# HG changeset patch # User bsw # Date 1340636612 -7200 # Node ID 710530f5dd4549379cdb8412628642ad1169af2d # Parent bdc8039842ebbd6c737fe883884b6343faac07e6 Small optical enhancements diff -r bdc8039842eb -r 710530f5dd45 static/style.css --- a/static/style.css Mon Jun 25 16:50:50 2012 +0200 +++ b/static/style.css Mon Jun 25 17:03:32 2012 +0200 @@ -302,8 +302,12 @@ .slot_head { background-color: #fff; - margin: 0px 10px 2ex 10px; - border: 1px solid #aaa; + margin: 0px 1% 2ex 1%; + border: 1px solid #555; + border-radius: 0 0 8px 8px; +} + +.slot_head div:last-child { border-radius: 0 0 8px 8px; } @@ -487,19 +491,20 @@ .ui_tabs_links a { padding: 1ex 1em; line-height: 300%; - background-color: #f7f7f7; background-color: #444; background-image: -webkit-linear-gradient(top, #000 0%, #444 70%, #777 90%, #888 100%); color: #fff; white-space: nowrap; border-radius: 5px; - margin-right: 2px; font-weight: bold; + margin: 3px; } .ui_tabs_links a:hover, .ui_tabs_links a.selected { - box-shadow: 0px 0px 5px 3px #f90; + margin: 0; + border: 3px solid #f90; + box-shadow: 0px 0px 5px #f90; } .ui_tabs_links a.selected {