r36688 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r36687‎ | r36688 | r36689 >
Date:22:50, 26 June 2008
Author:dale
Status:old
Tags:
Comment:
skin updates
Modified paths:
  • /branches/MetavidWiki-exp/skins/mvpcf/style.css (modified) (history)

Diff [purge]

Index: branches/MetavidWiki-exp/skins/mvpcf/style.css
@@ -42,7 +42,7 @@
4343 h4 {font-size: 14px;}
4444 h5 {font-size: 13px; text-align: center;}
4545 h5.search_results_header {margin: 8px 0;}
46 -h6 {font-size: 13px; color: #6c6c6c; padding: 10px 20px 0px 20px; text-transform: uppercase;}
 46+h6 {font-size: 13px; color: #6c6c6c; padding: 5px 5px 0px 0px; text-transform: uppercase;}
4747
4848 #metaLogin {background: white; text-align: right; padding: 10px 10px 0px 10px;}
4949 #metaLogin a {position: relative; z-index: 3;}
@@ -203,7 +203,8 @@
204204 #suggestionsBot {
205205 width: 295px;
206206 height: 18px;
207 - position: relative;
 207+ position: relative;
 208+
208209 z-index: 3;
209210 background: url(images/search_suggest_bottom.png) 0 0 no-repeat;
210211 }
@@ -254,8 +255,14 @@
255256
256257 .suggestionsBox ul {
257258 list-style: none;
258 - margin: 10px 0;
259 - padding: 0 20px;
 259+ margin: 10px 0;
 260+ display:block;
 261+ padding:3px 0px;
 262+border-bottom:1px solid #DADADA;
 263+}
 264+.suggestionsBox ul li{
 265+border-top:1px solid #DADADA;
 266+padding:5px 0px 5px 20px;
260267 }
261268 .suggestionsBox div.block ul a {text-decoration: none;}
262269 .suggestionsBox div.block ul li {margin: 7px 0;}
@@ -292,9 +299,17 @@
293300 .ac_results li img{
294301 float: left; display: inline;
295302 }
296 -.ac_results li .ac_img_txt{
297 - float: left; display: inline; vertical-align: top; line-height: 54px; padding-left: 15px; width: 196px;
 303+ul .ac_img_txt{
 304+ display:inline;
 305+line-height:54px;
 306+padding-left:15px;
 307+vertical-align:top;
 308+width:196px;
 309+color:#2060c1;
298310 }
 311+ul .ac_txt{
 312+color:#2060c1;
 313+}
299314 .ac_loading {
300315 background : Window url('images/indicator.gif') right center no-repeat;
301316 }
@@ -718,4 +733,4 @@
719734 /*Images*/
720735 .logo {text-align: center; padding-top: 42px;}
721736 .logo2 {padding-top: 0px; overflow: hidden; height: 100%;}
722 -.logo2 img {float: left; display: inline;}
\ No newline at end of file
 737+.logo2 img {float: left; display: inline;}

Status & tagging log