liquid_feedback_frontend

diff static/style.css @ 673:da77d9b2d140

Optical enhancements
author bsw
date Tue Jun 26 16:45:02 2012 +0200 (2012-06-26)
parents 4876b432d44a
children 117a505fbe64
line diff
     1.1 --- a/static/style.css	Tue Jun 26 15:55:21 2012 +0200
     1.2 +++ b/static/style.css	Tue Jun 26 16:45:02 2012 +0200
     1.3 @@ -168,14 +168,12 @@
     1.4    background: -ms-linear-gradient(#777, #000);
     1.5    background: -o-linear-gradient(#777, #000);
     1.6    background: linear-gradient(#777, #000);
     1.7 -  font-size: 90%;
     1.8    box-shadow: #aaa 0 0 5px;
     1.9    xoverflow: auto;
    1.10    -mox-box-shadow: #aaa 0 0 5px;
    1.11    -webkit-box-shadow: #aaa 0 0 5px;
    1.12    border-top: 1px solid #333;
    1.13    line-height: 30px;
    1.14 -
    1.15  }
    1.16  
    1.17  .topbar .logolf {
    1.18 @@ -335,9 +333,9 @@
    1.19  .box,
    1.20  div.notifications {
    1.21    background-color: #fff;
    1.22 -  box-shadow: #777 0px 5px 5px -5px;
    1.23 -  -mox-box-shadow: #777 0px 5px 5px -5px;
    1.24 -  -webkit-box-shadow: #ddd 3px 3px 3px -1px;
    1.25 +  box-shadow: #ccc 2px 2px 4px;
    1.26 +  -mox-box-shadow: #ccc 2px 2px 4px;
    1.27 +  -webkit-box-shadow: #ccc 2px 2px 4px;
    1.28  }
    1.29  
    1.30  .slot_head > div:last-child {
    1.31 @@ -402,13 +400,6 @@
    1.32    font-size: 120%;
    1.33  }
    1.34  
    1.35 -.page_head .unit_head .title .extra,
    1.36 -.page_head .area_head .title .extra,
    1.37 -.issue .title .extra {
    1.38 -  margin-left: 0.7em;
    1.39 -  font-size: 75%;
    1.40 -}
    1.41 -
    1.42  .page_head .area_head .content,
    1.43  .page_head .area_head .content a,
    1.44  .page_head .issue .content.actions,
    1.45 @@ -531,19 +522,19 @@
    1.46   * ui.tab
    1.47   */
    1.48  .ui_tabs_links {
    1.49 -  margin: 20px 0px 10px 0px;
    1.50 +  margin: 20px 0px 10px -3px;
    1.51 +  line-height: 300%;
    1.52  }
    1.53  
    1.54  .ui_tabs_links a {
    1.55 -  padding: 1ex 1em;
    1.56 -  line-height: 300%;
    1.57 +  padding: 1.33ex 1em;
    1.58    background-color: #444;
    1.59 -  background: -webkit-linear-gradient(top, #000, #666);
    1.60 -  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #000), color-stop(100%,#666));
    1.61 -  background: -moz-linear-gradient(#000, #666);
    1.62 -  background: -ms-linear-gradient(#000, #666);
    1.63 -  background: -o-linear-gradient(#000, #666);
    1.64 -  background: linear-gradient(#000, #666);
    1.65 +  background: -webkit-linear-gradient(top, #555, #000);
    1.66 +  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #555), color-stop(100%,#000));
    1.67 +  background: -moz-linear-gradient(#555, #000);
    1.68 +  background: -ms-linear-gradient(#555, #000);
    1.69 +  background: -o-linear-gradient(#555, #000);
    1.70 +  background: linear-gradient(#555, #000);
    1.71    color: #fff;
    1.72    white-space: nowrap;
    1.73    border-radius: 8px;
    1.74 @@ -569,23 +560,27 @@
    1.75  
    1.76  .ui_filter {
    1.77    overflow: auto;
    1.78 -  margin: 2ex 0;
    1.79 +  margin-top: 20px;
    1.80  }
    1.81  
    1.82  .ui_filter_head {
    1.83    color: #777;
    1.84 -  font-size: 90%;
    1.85 -  float: left;
    1.86    line-height: 200%;
    1.87 -  margin-right: 2em;
    1.88 +  padding-bottom: 8px;
    1.89 +  margin-bottom: 6px;
    1.90 +  border-bottom: 1px solid #888;
    1.91 +}
    1.92 +
    1.93 +.ui_filter_head:last-child {
    1.94 +  border-bottom: none;
    1.95  }
    1.96  
    1.97  .ui_filter a {
    1.98    font-weight: bold;
    1.99 -  margin-right: 0.5em;
   1.100 +  margin-right: 0;
   1.101    background-color: #fff;
   1.102    padding: 0.5ex 0.5em;
   1.103 -  border-radius: 6px;
   1.104 +  border-radius: 5px;
   1.105    border: 1px solid #bbb;
   1.106  }
   1.107  
   1.108 @@ -593,7 +588,13 @@
   1.109  .ui_filter_head a.active {
   1.110    border: 1px solid #000;
   1.111    text-decoration: none;
   1.112 -  background-color: #555;
   1.113 +  background-color: #444;
   1.114 +  background: -webkit-linear-gradient(top, #555, #000);
   1.115 +  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #666), color-stop(100%,#222));
   1.116 +  background: -moz-linear-gradient(#555, #000);
   1.117 +  background: -ms-linear-gradient(#555, #000);
   1.118 +  background: -o-linear-gradient(#555, #000);
   1.119 +  background: linear-gradient(#555, #000);
   1.120    color: #fff;
   1.121  }
   1.122  
   1.123 @@ -701,9 +702,7 @@
   1.124  
   1.125  .login .ui_field_label,
   1.126  .vertical .ui_field_label {
   1.127 -  text-transform: uppercase;
   1.128 -  font-size: 70%;
   1.129 -  line-height: 120%;
   1.130 +  line-height: 180%;
   1.131    font-weight: bold;
   1.132    color: #777;
   1.133    width: 29%;
   1.134 @@ -1146,27 +1145,6 @@
   1.135    text-decoration: line-through;
   1.136  }
   1.137  
   1.138 -.slot_issue_info {
   1.139 -  background-color: #f2f2f2;
   1.140 -  border: 1px solid #ccc;
   1.141 -  float: right;
   1.142 -  padding: 0.5ex;
   1.143 -  line-height: 130%;
   1.144 -  margin-right: 1em;
   1.145 -}
   1.146 -
   1.147 -.issue_info label {
   1.148 -  float: left;
   1.149 -  width: 8em;
   1.150 -  text-transform: uppercase;
   1.151 -  font-size: 70%;
   1.152 -  color: #777;
   1.153 -  font-weight: bold;
   1.154 -  clear: left;
   1.155 -  text-align: right;
   1.156 -  margin-right: 0.7em;
   1.157 -}
   1.158 -
   1.159  .admitted_info {
   1.160    background-color: #afc;
   1.161    padding: 1ex;
   1.162 @@ -1226,7 +1204,6 @@
   1.163  }
   1.164  
   1.165  .help_actions {
   1.166 -  font-size: 75%;
   1.167    float: right;
   1.168  }
   1.169  
   1.170 @@ -1373,54 +1350,6 @@
   1.171    cursor: move;
   1.172  }
   1.173  
   1.174 -/*************************************************************************
   1.175 - * timeline
   1.176 - */
   1.177 -div.ignore_area_list {
   1.178 -  float: left; 
   1.179 -  width: 90%; 
   1.180 -  margin: 0 0 1em 0;
   1.181 -}
   1.182 -
   1.183 -div.ignore_area_list > 
   1.184 -label.ui_field_label {
   1.185 -  text-align: left ;
   1.186 -  width: 100%;
   1.187 -  border-bottom:1px solid #000000;
   1.188 -  color: #000000;
   1.189 -  font-size:75%;
   1.190 -  font-weight:bold;
   1.191 -  vertical-align:bottom;
   1.192 -  text-transform:none;
   1.193 -  padding:0.5ex 0.5em
   1.194 -}
   1.195 -
   1.196 -div.ignore_area_item {
   1.197 -  clear: none;
   1.198 -  float: left; 
   1.199 -  min-width: 10em;
   1.200 -  margin: 0.1ex 0.5em;
   1.201 -  margin-right: 0.5em;
   1.202 -}
   1.203 -
   1.204 -div.ignore_area_item > input {
   1.205 -  float: none;
   1.206 -  clear: none;
   1.207 -  display: inline;
   1.208 -}
   1.209 -
   1.210 -div.ignore_area_item >
   1.211 -label.ui_field_label {
   1.212 -  float: none;
   1.213 -  clear: none;
   1.214 -  text-align: left;
   1.215 -  display: inline;
   1.216 -}
   1.217 -
   1.218 -div.timeline_results {
   1.219 -  clear: both;
   1.220 -}
   1.221 -
   1.222  /* shadows */
   1.223  
   1.224  .member_statement,
   1.225 @@ -1451,7 +1380,6 @@
   1.226    margin: 0 1%;
   1.227    border-top: 1px solid #ccc;
   1.228    padding: 1ex;
   1.229 -  font-size: 80%;
   1.230    text-align: center;
   1.231  }
   1.232  .slot_footer,

Impressum / About Us