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
@@ -4,4 +4,4 @@ border-radius: 10px;
-webkit-border-radius: 10px;
}.calendar table{margin:0px;font-size:11px;color:#000;cursor:default;font-family:tahoma,verdana,sans-serif;}.calendar .button{text-align:center;padding:1px;color:#fff;background:#000;}.calendar .nav{background:#000;color:#fff}.calendar thead .title{font-weight:bold;padding:1px;background:#000;color:#fff;text-align:center;}.calendar thead .name{padding:2px;text-align:center;background:#bbb;}.calendar thead .weekend{color:#f00;}.calendar thead .hilite {background-color:#666;}.calendar thead .active{padding:2px 0 0 2px;background-color:#c4c0b8;}.calendar tbody .day{width:2em;text-align:right;padding:2px 4px 2px 2px;}.calendar tbody .day.othermonth{color:#aaa;}.calendar tbody .day.othermonth.oweekend{color:#faa;}.calendar table .wn{padding:2px 3px 2px 2px;background:#bbb;}.calendar tbody .rowhilite td{background:#ddd;}.calendar tbody td.hilite{background:#bbb;}.calendar tbody td.active{background:#bbb;}.calendar tbody td.selected{font-weight:bold;background:#ddd;}.calendar tbody td.weekend{color:#f00;}.calendar tbody td.today{font-weight:bold;color:#00f;}.calendar tbody .disabled{color:#999;}.calendar tbody .emptycell{visibility:hidden;}.calendar tbody .emptyrow{display:none;}.calendar tfoot .ttip{background:#bbb;padding:1px;background:#000;color:#fff;text-align:center;}.calendar tfoot .hilite{background:#ddd;}.calendar tfoot .active{}.calendar .combo{position:absolute;display:none;width:4em;top:0;left:0;cursor:default;background:#e4e0d8;padding:1px;z-index:100;}.calendar .combo .label,.calendar .combo .label-IEfix{text-align:center;padding:1px;}.calendar .combo .label-IEfix{width:4em;}.calendar .combo .active{background:#c4c0b8;}.calendar .combo .hilite{background:#048;color:#fea;}.calendar td.time{padding:1px 0;text-align:center;background-color:#bbb;}.calendar td.time .hour,.calendar td.time .minute,.calendar td.time .ampm{padding:0 3px 0 4px;font-weight:bold;}.calendar td.time .ampm{text-align:center;}.calendar td.time .colon{padding:0 2px 0 3px;font-weight:bold;}.calendar td.time span.hilite{}.calendar td.time span.active{border-color:#f00;background-color:#000;color:#0f0;}.hour,.minute{font-size:2em;}
#CP_hourcont{z-index:99;padding:0;position:absolute;border:1px dashed #666;background-color:#eee;display:none;}#CP_minutecont{z-index:99;background-color:#ddd;padding:1px;position:absolute;width:45px;display:none;}.floatleft{float:left;}.CP_hour{z-index:99;padding:1px;font-family:Arial,Helvetica,sans-serif;font-size:9px;white-space:nowrap;cursor:pointer;width:35px;}.CP_minute{z-index:99;padding:1px;font-family:Arial,Helvetica,sans-serif;font-size:9px;white-space:nowrap;cursor:pointer;width:auto;}.CP_over{background-color:#fff;z-index:99}
#CP_hourcont{z-index:99;padding:0;position:absolute;border:1px dashed #666;background-color:#eee;display:none;}#CP_minutecont{z-index:99;background-color:#ddd;padding:1px;position:absolute;width:45px;display:none;}.floatleft{float:left;}.CP_hour{z-index:99;padding:1px;font-family:Arial,Helvetica,sans-serif;font-size:9px;white-space:nowrap;cursor:pointer;width:35px;}.CP_minute{z-index:99;padding:1px;font-family:Arial,Helvetica,sans-serif;font-size:9px;white-space:nowrap;cursor:pointer;width:auto;}.CP_over{background-color:#fff;z-index:99}
+21 -21
View File
@@ -1,21 +1,21 @@
.statusbar {padding-top: 2px; padding-bottom: 2px; border: 0; margin-bottom: 60px;
background: url('../images/menu.png') repeat-x; }
.statusbar a, .statusbar a:visited {color: #406361}
a, a:visited, a:hover, h1,h2,h3,h4,h5 {color: #658883}
.wrapper { background: url('../images/back-02.png') repeat-x; padding-top:10px;}
h1 { font-size: 32px }
h2 { font-size: 24px }
h3 { font-size: 20px }
h4 { font-size: 14px }
sup { font-size: 0.5em; line-height: 2em; vertical-align: top;}
.frame { border: 3px solid #959595; margin-bottom: 5px; }
ul { list-style: circle outside;}
.announce { position:absolute;align:center;color:white;top:120px;font-weight:bold;text-align:center;
}
.announce a { color: white !important;}
input:focus,textarea:focus {background:#f0f0f0!important}
table.downloads { width:100%; }
table.downloads th, table.downloads td {text-align:center;}
table.downloads a.button { width: 150px; }
th,td {padding-right: 10px;}
.statusbar {padding-top: 2px; padding-bottom: 2px; border: 0; margin-bottom: 60px;
background: url('../images/menu.png') repeat-x; }
.statusbar a, .statusbar a:visited {color: #406361}
a, a:visited, a:hover, h1,h2,h3,h4,h5 {color: #658883}
.wrapper { background: url('../images/back-02.png') repeat-x; padding-top:10px;}
h1 { font-size: 32px }
h2 { font-size: 24px }
h3 { font-size: 20px }
h4 { font-size: 14px }
sup { font-size: 0.5em; line-height: 2em; vertical-align: top;}
.frame { border: 3px solid #959595; margin-bottom: 5px; }
ul { list-style: circle outside;}
.announce { position:absolute;align:center;color:white;top:120px;font-weight:bold;text-align:center;
}
.announce a { color: white !important;}
input:focus,textarea:focus {background:#f0f0f0!important}
table.downloads { width:100%; }
table.downloads th, table.downloads td {text-align:center;}
table.downloads a.button { width: 150px; }
th,td {padding-right: 10px;}
+1
View File
@@ -626,3 +626,4 @@
}
@@ -89,7 +89,7 @@ ul.sf-menu li li li.sfHover ul {
padding-bottom: 0.25em;
color: #959595;
}
.sf-menu li:hover, .sf-menu a:focus, .sf-menu a:active, .sf-menu li.sfHover, .sf-menu a:hover {
.sf-menu li:hover, .sf-menu a:focus, .sf-menu a:active, .sf-menu li.sfHover, .sf-menu a:hover {
color: #FFFFFF;
background-color: #303030;
outline: 0;
@@ -109,7 +109,7 @@ ul.sf-menu li li li.sfHover ul {
width: 10px;
height: 10px;
text-indent: -999em;
overflow: hidden;
overflow: hidden;
background: url('../images/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator { /* give all except IE6 the correct values */
@@ -149,3 +149,4 @@ li.sfHover > a > .sf-sub-indicator {
.sf-shadow ul.sf-shadow-off {
background: transparent;
}
+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;}