fixws and 'new' button in grid query

This commit is contained in:
Massimo Di Pierro
2011-12-05 11:39:42 -06:00
parent 01f6f82cdf
commit d281acb421
305 changed files with 8352 additions and 8032 deletions
+10 -9
View File
@@ -50,22 +50,22 @@ html, body {
.footer, .push {
height: 6em;
padding: 1em 0;
clear: both;
clear: both;
}
.footer-content {position: relative; bottom: -4em; width: 100%;}
.auth_navbar {
white-space: nowrap;
.auth_navbar {
white-space: nowrap;
}
/* Sticky footer end */
body {
background-color: #FFFFFF;
background-color: #FFFFFF;
}
.footer {
background-color: #ECECEC;
background-color: #ECECEC;
}
.header {
@@ -94,7 +94,7 @@ td.w2p_fl, td.w2p_fc { padding-top: 4px; }
a, a:visited, a:hover { color:#0069D6}
/*********** web2py specific ***********/
/*********** web2py specific ***********/
div.flash {
font-weight: bold;
display: none;
@@ -169,7 +169,7 @@ div.error {
.copyright {float: left;}
/* #MEDIA QUERIES SECTION */
/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
@@ -210,7 +210,7 @@ div.error {
}
.web2py_grid thead th {
background-color:#EAEAEA;
background-color:#EAEAEA;
padding: 10px 5px 10px 5px;
line-height: 13.5px;
vertical-align: middle;
@@ -263,7 +263,7 @@ div.error {
.web2py_console input[type=submit],
.web2py_console input[type=button],
.web2py_console button {
line-height: 20px;
line-height: 20px;
margin-right: 5px; display: inline-block;
padding: 3px 5px 3px 5px;
font-family: 'lucida grande', tahoma, verdana, arial, sans-serif;
@@ -348,3 +348,4 @@ color: #222;
border-radius:2px;
}
.ie9 #query_panel {padding-bottom:2px;}