diff options
Diffstat (limited to 'ishtar_common/static/media/style.css')
-rw-r--r-- | ishtar_common/static/media/style.css | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/ishtar_common/static/media/style.css b/ishtar_common/static/media/style.css index 90f72a2d8..60687e5dd 100644 --- a/ishtar_common/static/media/style.css +++ b/ishtar_common/static/media/style.css @@ -127,6 +127,11 @@ button:hover, input[type=submit]:hover{ display:none; } +ul.list{ + text-align:left; + line-height:16px; +} + div.nav-button{ cursor:pointer; width:15px; @@ -168,6 +173,7 @@ div#logo{ background-repeat:no-repeat; } +.display_details_inline, .display_details{ display:inline-block; font-size:0; @@ -176,6 +182,12 @@ div#logo{ height:16px; background-image:url(images/info.png); background-repeat:no-repeat; + text-decoration:none; +} + +.display_details_inline{ + display:inline; + padding:13px; } div#language_form_div{ |