liquid_feedback_frontend

changeset 633:710530f5dd45

Small optical enhancements
author bsw
date Mon Jun 25 17:03:32 2012 +0200 (2012-06-25)
parents bdc8039842eb
children b2c61341112f
files static/style.css
line diff
     1.1 --- a/static/style.css	Mon Jun 25 16:50:50 2012 +0200
     1.2 +++ b/static/style.css	Mon Jun 25 17:03:32 2012 +0200
     1.3 @@ -302,8 +302,12 @@
     1.4  
     1.5  .slot_head {
     1.6    background-color: #fff;
     1.7 -  margin: 0px 10px 2ex 10px;
     1.8 -  border: 1px solid #aaa;
     1.9 +  margin: 0px 1% 2ex 1%;
    1.10 +  border: 1px solid #555;
    1.11 +  border-radius: 0 0 8px 8px;
    1.12 +}
    1.13 +
    1.14 +.slot_head div:last-child {
    1.15    border-radius: 0 0 8px 8px;
    1.16  }
    1.17  
    1.18 @@ -487,19 +491,20 @@
    1.19  .ui_tabs_links a {
    1.20    padding: 1ex 1em;
    1.21    line-height: 300%;
    1.22 -  background-color: #f7f7f7;
    1.23    background-color: #444;
    1.24    background-image: -webkit-linear-gradient(top, #000 0%, #444 70%, #777 90%, #888 100%);
    1.25    color: #fff;
    1.26    white-space: nowrap;
    1.27    border-radius: 5px;
    1.28 -  margin-right: 2px;
    1.29    font-weight: bold;
    1.30 +  margin: 3px;
    1.31  }
    1.32  
    1.33  .ui_tabs_links a:hover,
    1.34  .ui_tabs_links a.selected {
    1.35 -  box-shadow: 0px 0px 5px 3px #f90;
    1.36 +  margin: 0;
    1.37 +  border: 3px solid #f90;
    1.38 +  box-shadow: 0px 0px 5px #f90;
    1.39  }
    1.40  
    1.41  .ui_tabs_links a.selected {

Impressum / About Us