diff options
author | Chad Kieffer <chad@2tbsp.com> | 2009-01-09 07:33:22 +0000 |
---|---|---|
committer | Chad Kieffer <chad@2tbsp.com> | 2009-01-09 07:33:22 +0000 |
commit | f97d7da720e5327807423c1468ad52496504b17c (patch) | |
tree | 711bc889a7db743641a0a096f88b7bccc869633c /themes/default/css | |
parent | a0f3c09a07f2673f0ce2fac67c13df607d72061e (diff) |
Reformated comment admin table layout. Added bulk action checkboxes and menu, reply link, and edit link, all of which need to be wired up.
Diffstat (limited to 'themes/default/css')
-rw-r--r-- | themes/default/css/screen.css | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/themes/default/css/screen.css b/themes/default/css/screen.css index f81fc2b0..c433970b 100644 --- a/themes/default/css/screen.css +++ b/themes/default/css/screen.css @@ -131,8 +131,7 @@ label { } input[type="text"], -input[type="password"], -select { +input[type="password"] { width: 50%; } @@ -175,9 +174,6 @@ input[type="submit"] { option { } -optgroup { -} - select { } |