r52061 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r52060‎ | r52061 | r52062 >
Date:18:06, 17 June 2009
Author:tparscal
Status:deferred
Tags:
Comment:
Some small CSS tweaks
Modified paths:
  • /trunk/phase3/skins/vector/main.css (modified) (history)

Diff [purge]

Index: trunk/phase3/skins/vector/main.css
@@ -525,6 +525,7 @@
526526 div#actions > div.menu > ul > li > a {
527527 display: block;
528528 padding-top: 0.25em;
 529+ padding-bottom: 0.25em;
529530 padding-left: 0.5em;
530531 padding-right: 0.5em;
531532 }
@@ -601,6 +602,7 @@
602603 div#variants > div.menu > ul > li > a {
603604 display: block;
604605 padding-top: 0.25em;
 606+ padding-bottom: 0.25em;
605607 padding-left: 0.5em;
606608 padding-right: 0.5em;
607609 }
@@ -816,7 +818,12 @@
817819 }
818820
819821 /* Structural Elements */
820 -h1, h2, h3, h4, h5, h6 {
 822+h1,
 823+h2,
 824+h3,
 825+h4,
 826+h5,
 827+h6 {
821828 color: black;
822829 background: none;
823830 font-weight: normal;
@@ -830,7 +837,10 @@
831838 h1 .editsection { font-size: 53%; }
832839 h2 { font-size: 150%; }
833840 h2 .editsection { font-size: 67%; }
834 -h3, h4, h5, h6 {
 841+h3,
 842+h4,
 843+h5,
 844+h6 {
835845 border-bottom: none;
836846 font-weight: bold;
837847 }
@@ -881,44 +891,44 @@
882892 background-color: #f9f9f9;
883893 line-height: 1.1em;
884894 }
885 -ul {
 895+div#content ul {
886896 line-height: 1.5em;
887897 list-style-type: square;
888898 margin: .3em 0 0 1.5em;
889899 padding: 0;
890900 list-style-image: url(images/bullet-icon.png);
891901 }
892 -body.rtl ul {
 902+body.rtl div#content ul {
893903 margin-left: 0;
894904 margin-right: 1.5em;
895905 }
896 -ol {
 906+div#content ol {
897907 line-height: 1.5em;
898908 margin: .3em 0 0 3.2em;
899909 padding: 0;
900910 list-style-image: none;
901911 }
902 -body.rtl ol {
 912+body.rtl div#content ol {
903913 margin-left: 0;
904914 margin-right: 2.4em;
905915 }
906 -li {
 916+div#content li {
907917 margin-bottom: .1em;
908918 }
909 -dt {
 919+div#content dt {
910920 font-weight: bold;
911921 margin-bottom: .1em;
912922 }
913 -dl {
 923+div#content dl {
914924 margin-top: .2em;
915925 margin-bottom: .5em;
916926 }
917 -dd {
 927+div#content dd {
918928 line-height: 1.5em;
919929 margin-left: 2em;
920930 margin-bottom: .1em;
921931 }
922 -body.rtl dd {
 932+body.rtl div#content dd {
923933 margin-left: 0;
924934 margin-right: 1.6em;
925935 }
@@ -939,20 +949,20 @@
940950 }
941951
942952 /* Tables */
943 -table {
 953+div#content table {
944954 font-size: 100%;
945955 color: black;
946956 /* we don't want the bottom borders of <h2>s to be visible through
947957 * floated tables */
948958 background-color: white;
949959 }
950 -fieldset table {
 960+div#content fieldset table {
951961 /* but keep table layouts in forms clean... */
952962 background: none;
953963 }
954964
955965 /* Forms */
956 -fieldset {
 966+div#content fieldset {
957967 border: 1px solid #2f6fab;
958968 margin: 1em 0 1em 0;
959969 padding: 0 1em 1em;
@@ -962,19 +972,19 @@
963973 margin: 0 0 0.5em 0;
964974 padding: 0 0.5em 0.5em;
965975 }
966 -legend {
 976+div#content legend {
967977 padding: .5em;
968978 font-size: 95%;
969979 }
970 -form {
 980+div#content form {
971981 border: none;
972982 margin: 0;
973983 }
974 -textarea {
 984+div#content textarea {
975985 width: 100%;
976986 padding: .1em;
977987 }
978 -select {
 988+div#content select {
979989 vertical-align: top;
980990 }
981991

Status & tagging log