diff options
author | Bharat Mediratta <bharat@menalto.com> | 2009-07-11 07:37:49 -0700 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2009-07-11 07:37:49 -0700 |
commit | cbd80b5ff948e23a1fa8b0994291953d38f6a7bd (patch) | |
tree | ab9520f386f7145a5ee64049c1c1f9f575f8042b /themes | |
parent | 171522bf231e4fca13dd522e8f755e65a8d48b3b (diff) |
Get rid of the form from server_add, we're not using it.
Turn the cancel link into a themed close button which triggers a page
reload.
Add some padding to the left of the tree.
Diffstat (limited to 'themes')
-rw-r--r-- | themes/default/css/screen.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/themes/default/css/screen.css b/themes/default/css/screen.css index c4670a4d..0c65cd96 100644 --- a/themes/default/css/screen.css +++ b/themes/default/css/screen.css @@ -899,8 +899,14 @@ form .gError, /* Server Add */ +#gServerAdd button { + float: left; + margin-bottom: .5em; +} + #gServerAddTree { cursor: pointer; + padding-left: 4px; } #gServerAddTree li { |