|
@@ -148,19 +148,15 @@ div.conversation ul { list-style-type: none; margin: 0px; padding: 0px 0px 0px 1
|
148
|
148
|
div.conversation ul li.even { background-color: #e8e8e8; }
|
149
|
149
|
|
150
|
150
|
/* Tables design */
|
151
|
|
-
|
152
|
|
-#admin-table { width:535px; margin:0 auto; padding:0;}
|
153
|
|
-table { padding: 0; width:70%; margin: 0 auto; border-collapse: collapse; color: #333; background: #F3F5F7; }
|
154
|
|
-table a {color: #3A4856; text-decoration: none; border-bottom: 1px solid #C6C8CB; }
|
155
|
|
-table img { border:0px; }
|
156
|
|
-table a:visited {color: #777; text-decoration: none; }
|
157
|
|
-table a:hover {color: #000; text-decoration: none; }
|
158
|
|
-table caption {text-align: left; text-transform: uppercase; padding-bottom: 10px; }
|
159
|
|
-table thead th {background: #BDD3E7; padding: 15px 10px; color: #fff; text-align: left; font-weight: normal; }
|
160
|
|
-table tbody, table thead {border-left: 1px solid #EAECEE; border-right: 1px solid #EAECEE; }
|
161
|
|
-table tbody {border-bottom: 1px solid #EAECEE; }
|
162
|
|
-table tbody td, table tbody th {padding: 10px; background: url('images/td_back.gif') repeat-x; text-align: left; }
|
163
|
|
-table tbody tr {background: #F3F5F7; }
|
164
|
|
-table tbody tr.odd {background: #F0F2F4; }
|
165
|
|
-table tbody tr:hover {background: #EAECEE; color: #111; }
|
166
|
|
-table tfoot td, table tfoot th, table tfoot tr {text-align: left; background: #fff; padding: 10px; }
|
|
151
|
+#admin-table {background-color:#F3F5F7; margin:0; width:100%; text-align:left; font-size:12px; border:1px solid #EAECEE;}
|
|
152
|
+ #admin-table thead tr th, #admin-table tfoot tr th {background-color:#BDD3E7; padding:6px;}
|
|
153
|
+ #admin-table thead tr .header {background-image: url(images/bg.gif); background-repeat: no-repeat; background-position: center right; cursor: pointer;}
|
|
154
|
+ #admin-table tbody td {color:#3D3D3D; padding:6px; background-color:#FFF; background: url(images/td_back.gif) repeat-x; vertical-align:top;}
|
|
155
|
+ #admin-table a {color: #3A4856; text-decoration: none; border-bottom: 1px solid #C6C8CB; }
|
|
156
|
+ #admin-table tbody a:visited {color: #777; text-decoration: none; }
|
|
157
|
+ #admin-table tbody a:hover {color: #000; text-decoration: none; }
|
|
158
|
+ /*#admin-table tbody tr.odd td {background-color:#F0F0F6;}*/
|
|
159
|
+ #admin-table tbody tr:hover {background: #EAECEE; color: #111; }
|
|
160
|
+ #admin-table thead tr .headerSortUp {background-image: url(images/asc.gif);}
|
|
161
|
+ #admin-table thead tr .headerSortDown {background-image: url(images/desc.gif);}
|
|
162
|
+ #admin-table thead tr .headerSortDown, #admin-table thead tr .headerSortUp {background-color:#8dbdd8;}
|