fixed some button style issues in grid
This commit is contained in:
@@ -270,6 +270,7 @@ li.w2p_grid_breadcrumb_elem {
|
||||
.web2py_console select,
|
||||
.web2py_console a {
|
||||
margin: 2px;
|
||||
padding: 6px 12px;
|
||||
}
|
||||
#wiki_page_body {
|
||||
width: 600px;
|
||||
@@ -285,7 +286,7 @@ li.w2p_grid_breadcrumb_elem {
|
||||
.web2py_console .form-control {
|
||||
width: 20%;
|
||||
display: inline;
|
||||
height: 100%;
|
||||
height: 32px;
|
||||
}
|
||||
.web2py_console #w2p_keywords {
|
||||
width: 50%;
|
||||
@@ -314,3 +315,6 @@ td.w2p_fc,
|
||||
input[type=checkbox], input[type=radio] {
|
||||
margin: 4px 4px 0 0;
|
||||
}
|
||||
.btn {
|
||||
margin-right: 5px;
|
||||
}
|
||||
Reference in New Issue
Block a user