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/admin_default | |
| 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/admin_default')
| -rw-r--r-- | themes/admin_default/css/screen.css | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/themes/admin_default/css/screen.css b/themes/admin_default/css/screen.css index 56bb03f1..8c6a9ed2 100644 --- a/themes/admin_default/css/screen.css +++ b/themes/admin_default/css/screen.css @@ -2,13 +2,6 @@ * Gallery 3 Default Admin Theme Screen Styles * * Extends themes/default/css/screen.css - * - * - * @todo Default user icon (user w/ camera) - * @todo Group Credits and gLoginMenu seperator styles - * @todo Apply :hover bg image to #gViewMenu (will clear fix correct this?) - * @todo Refactor form layout styles to reserve room for validation messages in default state. This - * will eliminate layout shifts when validation messages are displayed. */ /** ******************************************************************* @@ -88,3 +81,9 @@ height: 0; visibility: hidden; } + +#gBulkAction label, +#gBulkAction input[type="submit"], +#gBulkAction select { + display: inline; +} |
