liquid_feedback_frontend

changeset 673:da77d9b2d140

Optical enhancements
author bsw
date Tue Jun 26 16:45:02 2012 +0200 (2012-06-26)
parents a8c849f18be6
children 117a505fbe64
files app/main/index/_index_member.lua static/style.css
line diff
     1.1 --- a/app/main/index/_index_member.lua	Tue Jun 26 15:55:21 2012 +0200
     1.2 +++ b/app/main/index/_index_member.lua	Tue Jun 26 16:45:02 2012 +0200
     1.3 @@ -40,9 +40,6 @@
     1.4    label = _"Closed issues",
     1.5    module = "issue",
     1.6    view = "_list",
     1.7 -  link_params = { 
     1.8 -    filter_interest = not show_as_homepage and "issue" or nil,
     1.9 -  },
    1.10    params = {
    1.11      for_state = "closed",
    1.12      issues_selector = Issue:new_selector()
     2.1 --- a/static/style.css	Tue Jun 26 15:55:21 2012 +0200
     2.2 +++ b/static/style.css	Tue Jun 26 16:45:02 2012 +0200
     2.3 @@ -168,14 +168,12 @@
     2.4    background: -ms-linear-gradient(#777, #000);
     2.5    background: -o-linear-gradient(#777, #000);
     2.6    background: linear-gradient(#777, #000);
     2.7 -  font-size: 90%;
     2.8    box-shadow: #aaa 0 0 5px;
     2.9    xoverflow: auto;
    2.10    -mox-box-shadow: #aaa 0 0 5px;
    2.11    -webkit-box-shadow: #aaa 0 0 5px;
    2.12    border-top: 1px solid #333;
    2.13    line-height: 30px;
    2.14 -
    2.15  }
    2.16  
    2.17  .topbar .logolf {
    2.18 @@ -335,9 +333,9 @@
    2.19  .box,
    2.20  div.notifications {
    2.21    background-color: #fff;
    2.22 -  box-shadow: #777 0px 5px 5px -5px;
    2.23 -  -mox-box-shadow: #777 0px 5px 5px -5px;
    2.24 -  -webkit-box-shadow: #ddd 3px 3px 3px -1px;
    2.25 +  box-shadow: #ccc 2px 2px 4px;
    2.26 +  -mox-box-shadow: #ccc 2px 2px 4px;
    2.27 +  -webkit-box-shadow: #ccc 2px 2px 4px;
    2.28  }
    2.29  
    2.30  .slot_head > div:last-child {
    2.31 @@ -402,13 +400,6 @@
    2.32    font-size: 120%;
    2.33  }
    2.34  
    2.35 -.page_head .unit_head .title .extra,
    2.36 -.page_head .area_head .title .extra,
    2.37 -.issue .title .extra {
    2.38 -  margin-left: 0.7em;
    2.39 -  font-size: 75%;
    2.40 -}
    2.41 -
    2.42  .page_head .area_head .content,
    2.43  .page_head .area_head .content a,
    2.44  .page_head .issue .content.actions,
    2.45 @@ -531,19 +522,19 @@
    2.46   * ui.tab
    2.47   */
    2.48  .ui_tabs_links {
    2.49 -  margin: 20px 0px 10px 0px;
    2.50 +  margin: 20px 0px 10px -3px;
    2.51 +  line-height: 300%;
    2.52  }
    2.53  
    2.54  .ui_tabs_links a {
    2.55 -  padding: 1ex 1em;
    2.56 -  line-height: 300%;
    2.57 +  padding: 1.33ex 1em;
    2.58    background-color: #444;
    2.59 -  background: -webkit-linear-gradient(top, #000, #666);
    2.60 -  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #000), color-stop(100%,#666));
    2.61 -  background: -moz-linear-gradient(#000, #666);
    2.62 -  background: -ms-linear-gradient(#000, #666);
    2.63 -  background: -o-linear-gradient(#000, #666);
    2.64 -  background: linear-gradient(#000, #666);
    2.65 +  background: -webkit-linear-gradient(top, #555, #000);
    2.66 +  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #555), color-stop(100%,#000));
    2.67 +  background: -moz-linear-gradient(#555, #000);
    2.68 +  background: -ms-linear-gradient(#555, #000);
    2.69 +  background: -o-linear-gradient(#555, #000);
    2.70 +  background: linear-gradient(#555, #000);
    2.71    color: #fff;
    2.72    white-space: nowrap;
    2.73    border-radius: 8px;
    2.74 @@ -569,23 +560,27 @@
    2.75  
    2.76  .ui_filter {
    2.77    overflow: auto;
    2.78 -  margin: 2ex 0;
    2.79 +  margin-top: 20px;
    2.80  }
    2.81  
    2.82  .ui_filter_head {
    2.83    color: #777;
    2.84 -  font-size: 90%;
    2.85 -  float: left;
    2.86    line-height: 200%;
    2.87 -  margin-right: 2em;
    2.88 +  padding-bottom: 8px;
    2.89 +  margin-bottom: 6px;
    2.90 +  border-bottom: 1px solid #888;
    2.91 +}
    2.92 +
    2.93 +.ui_filter_head:last-child {
    2.94 +  border-bottom: none;
    2.95  }
    2.96  
    2.97  .ui_filter a {
    2.98    font-weight: bold;
    2.99 -  margin-right: 0.5em;
   2.100 +  margin-right: 0;
   2.101    background-color: #fff;
   2.102    padding: 0.5ex 0.5em;
   2.103 -  border-radius: 6px;
   2.104 +  border-radius: 5px;
   2.105    border: 1px solid #bbb;
   2.106  }
   2.107  
   2.108 @@ -593,7 +588,13 @@
   2.109  .ui_filter_head a.active {
   2.110    border: 1px solid #000;
   2.111    text-decoration: none;
   2.112 -  background-color: #555;
   2.113 +  background-color: #444;
   2.114 +  background: -webkit-linear-gradient(top, #555, #000);
   2.115 +  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #666), color-stop(100%,#222));
   2.116 +  background: -moz-linear-gradient(#555, #000);
   2.117 +  background: -ms-linear-gradient(#555, #000);
   2.118 +  background: -o-linear-gradient(#555, #000);
   2.119 +  background: linear-gradient(#555, #000);
   2.120    color: #fff;
   2.121  }
   2.122  
   2.123 @@ -701,9 +702,7 @@
   2.124  
   2.125  .login .ui_field_label,
   2.126  .vertical .ui_field_label {
   2.127 -  text-transform: uppercase;
   2.128 -  font-size: 70%;
   2.129 -  line-height: 120%;
   2.130 +  line-height: 180%;
   2.131    font-weight: bold;
   2.132    color: #777;
   2.133    width: 29%;
   2.134 @@ -1146,27 +1145,6 @@
   2.135    text-decoration: line-through;
   2.136  }
   2.137  
   2.138 -.slot_issue_info {
   2.139 -  background-color: #f2f2f2;
   2.140 -  border: 1px solid #ccc;
   2.141 -  float: right;
   2.142 -  padding: 0.5ex;
   2.143 -  line-height: 130%;
   2.144 -  margin-right: 1em;
   2.145 -}
   2.146 -
   2.147 -.issue_info label {
   2.148 -  float: left;
   2.149 -  width: 8em;
   2.150 -  text-transform: uppercase;
   2.151 -  font-size: 70%;
   2.152 -  color: #777;
   2.153 -  font-weight: bold;
   2.154 -  clear: left;
   2.155 -  text-align: right;
   2.156 -  margin-right: 0.7em;
   2.157 -}
   2.158 -
   2.159  .admitted_info {
   2.160    background-color: #afc;
   2.161    padding: 1ex;
   2.162 @@ -1226,7 +1204,6 @@
   2.163  }
   2.164  
   2.165  .help_actions {
   2.166 -  font-size: 75%;
   2.167    float: right;
   2.168  }
   2.169  
   2.170 @@ -1373,54 +1350,6 @@
   2.171    cursor: move;
   2.172  }
   2.173  
   2.174 -/*************************************************************************
   2.175 - * timeline
   2.176 - */
   2.177 -div.ignore_area_list {
   2.178 -  float: left; 
   2.179 -  width: 90%; 
   2.180 -  margin: 0 0 1em 0;
   2.181 -}
   2.182 -
   2.183 -div.ignore_area_list > 
   2.184 -label.ui_field_label {
   2.185 -  text-align: left ;
   2.186 -  width: 100%;
   2.187 -  border-bottom:1px solid #000000;
   2.188 -  color: #000000;
   2.189 -  font-size:75%;
   2.190 -  font-weight:bold;
   2.191 -  vertical-align:bottom;
   2.192 -  text-transform:none;
   2.193 -  padding:0.5ex 0.5em
   2.194 -}
   2.195 -
   2.196 -div.ignore_area_item {
   2.197 -  clear: none;
   2.198 -  float: left; 
   2.199 -  min-width: 10em;
   2.200 -  margin: 0.1ex 0.5em;
   2.201 -  margin-right: 0.5em;
   2.202 -}
   2.203 -
   2.204 -div.ignore_area_item > input {
   2.205 -  float: none;
   2.206 -  clear: none;
   2.207 -  display: inline;
   2.208 -}
   2.209 -
   2.210 -div.ignore_area_item >
   2.211 -label.ui_field_label {
   2.212 -  float: none;
   2.213 -  clear: none;
   2.214 -  text-align: left;
   2.215 -  display: inline;
   2.216 -}
   2.217 -
   2.218 -div.timeline_results {
   2.219 -  clear: both;
   2.220 -}
   2.221 -
   2.222  /* shadows */
   2.223  
   2.224  .member_statement,
   2.225 @@ -1451,7 +1380,6 @@
   2.226    margin: 0 1%;
   2.227    border-top: 1px solid #ccc;
   2.228    padding: 1ex;
   2.229 -  font-size: 80%;
   2.230    text-align: center;
   2.231  }
   2.232  .slot_footer,

Impressum / About Us