fixed mergin in grid

This commit is contained in:
Massimo Di Pierro
2012-04-19 11:04:08 -05:00
parent da6bd89383
commit 6bdc56a351
2 changed files with 4 additions and 8 deletions
+1 -1
View File
@@ -1 +1 @@
Version 1.99.7 (2012-04-19 10:52:35) dev
Version 1.99.7 (2012-04-19 11:03:51) dev
+3 -7
View File
@@ -28,9 +28,9 @@ blockquote, blockquote p, p blockquote { font-style: italic; margin: 0.5em 30px
i, em { font-style: italic; }
strong { font-weight: bold; }
small { font-size: 0.8em; }
textarea { width: 600px; }
textarea { width: 100%; }
code { font-family: Courier;}
input[type=text], input[type=password], select { width: 300px; }
input[type=text], input[type=password], select { width: 300px; margin-right: 5px }
ul { list-style-type: none; margin: 0px; padding: 0px; }
.hidden {display:none;visibility:visible}
/** end **/
@@ -82,7 +82,7 @@ fieldset legend {text-transform:uppercase; font-weight: bold; padding: 4px 16px
/* fix ie problem with menu */
.ie-lte7 .topbar .container {z-index: 2; }
td.w2p_fw {padding-bottom: 1em;}
td.w2p_fw {padding-bottom: 1px;}
td.w2p_fl, td.w2p_fw, td.w2p_fc { vertical-align:top; }
td.w2p_fl { text-align:right; }
td.w2p_fl, td.w2p_fw {padding-right: 7px;}
@@ -290,10 +290,6 @@ div.error {
font-weight: bold;
}
#w2p_query_trigger {
margin-left: 0;
}
#w2p_query_panel {}
.ie9 #query_panel {padding-bottom:2px;}