diff options
Diffstat (limited to 'themes/greysme/templates/default.css')
-rw-r--r-- | themes/greysme/templates/default.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/themes/greysme/templates/default.css b/themes/greysme/templates/default.css index 204c3dde..be2a3603 100644 --- a/themes/greysme/templates/default.css +++ b/themes/greysme/templates/default.css @@ -556,6 +556,10 @@ input[type=checkbox] { border:0;background:none; } background-image:url(../images/sort_on.gif);
}
+.tableform select {
+ width: 150px;
+}
+
/* table rows */
.odd, .even, .row-highlight { background: url(../images/list_back.png) 0 50% repeat-x !important; background-image: none;}
.odd { background-color: #111 !important;}
|