Skip to content

Commit

Permalink
Added .message() to grid and form
Browse files Browse the repository at this point in the history
  • Loading branch information
vitmalina committed Jan 19, 2016
1 parent b883689 commit 276fe59
Show file tree
Hide file tree
Showing 10 changed files with 441 additions and 215 deletions.
39 changes: 39 additions & 0 deletions src/less/src/common.less
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,45 @@
color: #777 !important;
}

.w2ui-message { // slide down message
font-size: 12px;
position: absolute;
z-index: 250;
background-color: @message-background-color;
border: @message-border;
box-shadow: @message-shadow;
.box-sizing;
border-top: 0px;
border-radius: 0px 0px 6px 6px;
overflow: auto;

.w2ui-message-body {
position: absolute;
top: 0px;
bottom: 45px;
left: 0px;
right: 0px;
overflow: auto;
line-height: 1.5;
font-size: 14px;
& .w2ui-centered {
line-height: 1.5
}
}

.w2ui-message-buttons {
position: absolute;
height: 45px;
bottom: 0px;
left: 0px;
right: 0px;
border-top: 1px solid #e5e5e5;
text-align: center;
padding: 8px;
}
}


/*************************************************
* ---- Input Controls ----
*/
Expand Down
Loading

0 comments on commit 276fe59

Please sign in to comment.