r114246 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r114245‎ | r114246 | r114247 >
Date:10:34, 20 March 2012
Author:maxsem
Status:ok
Tags:
Comment:
rv r114245 at jdlrobson's request
Modified paths:
  • /trunk/extensions/MobileFrontend/stylesheets/beta_common.css (modified) (history)

Diff [purge]

Index: trunk/extensions/MobileFrontend/stylesheets/beta_common.css
@@ -2,6 +2,7 @@
33 body {
44 margin: 0;
55 padding: 0;
 6+ height: 100%;
67 }
78
89 html {
@@ -155,6 +156,14 @@
156157 -webkit-appearance: none;
157158 }
158159
 160+ul#footer-info {
 161+ list-style: none;
 162+ list-style-image: none;
 163+ list-style-type: none;
 164+ margin: 0;
 165+ padding: 0;
 166+}
 167+
159168 .divclearable {
160169 display: block;
161170 zoom: 1;
@@ -343,15 +352,6 @@
344353 transition: max-height 0.2s ease-in;
345354 }
346355
347 -/*
348 -disable animations in footer
349 -this is so that toggling can scroll it into view
350 -*/
351 -.togglingEnabled #footer .content_block {
352 - -webkit-transition: none;
353 - transition: none;
354 -}
355 -
356356 .togglingEnabled .openSection.section_anchors {
357357 display: block;
358358 }
@@ -488,6 +488,11 @@
489489 color: blue;
490490 }
491491
 492+.links {
 493+ float: left;
 494+ padding: 10px;
 495+}
 496+
492497 #contentSub,
493498 .dablink {
494499 margin-bottom: 10px;
@@ -495,7 +500,6 @@
496501
497502 #firstHeading {
498503 font-size: 1.7em;
499 - margin: 0;
500504 }
501505
502506 .section_anchors a {
@@ -557,11 +561,6 @@
558562 float: left;
559563 }
560564
561 -.floatright::after,
562 -.floatleft::after {
563 - clear: both;
564 -}
565 -
566565 #content_wrapper.home h1#firstHeading {
567566 display: none;
568567 }
@@ -573,7 +572,6 @@
574573 }
575574
576575 #content_wrapper {
577 - position: relative;
578576 clear: both;
579577 margin: 22px 22px;
580578 }
@@ -588,6 +586,11 @@
589587 margin: 0;
590588 }
591589
 590+#footer {
 591+ margin: 0 8px;
 592+ clear: both;
 593+}
 594+
592595 #logo {
593596 position: absolute;
594597 height: 22px;
@@ -727,7 +730,20 @@
728731 margin: 8px 0 8px -3px;
729732 }
730733
 734+#footer {
 735+ padding-top: 1em;
 736+}
731737
 738+#footer #perm {
 739+ padding-top: 2em;
 740+ font-size: 90%;
 741+}
 742+
 743+#footer #copyright {
 744+ padding: 1em 0;
 745+ font-size: 80%;
 746+}
 747+
732748 ol.references > li:target,
733749 sup.reference:target,
734750 span.citation:target,
@@ -869,104 +885,11 @@
870886 display: none !important;
871887 }
872888
873 -#footer {
874 - -webkit-box-shadow: 0px -20px 10px -16px #ddd;
875 - -moz-box-shadow: 0px -20px 10px -16px #ddd;
876 - -o-box-shadow: 0px -20px 10px -16px #ddd;
877 - box-shadow: 0px -20px 10px -16px #ddd;
878 - padding: 12px 22px; /* see content_wrapper margin */
879 - border-top: solid 1px #aaa;
880 - line-height: 24px;
881 - position: relative;
882 - clear: both; /* cancel any floating in the content */
883 -}
884 -
885 -#footer ul {
886 - text-align: center;
887 - width: 100%;
888 - padding: 0;
889 - list-style: none;
890 -}
891 -
892 -#footer img {
893 - height: 23px;
894 - float: left;
895 - margin-right: 4px;
896 -}
897 -
898 -#footer .toggleCopyright,
899 -#footer .license {
900 - font-weight: bold;
901 - font-size: 1em;
902 - line-height: 24px;
903 -}
904 -
905 -#footer .toggleCopyright {
906 - float: right;
907 - margin: 0;
908 - padding: 0;
909 - position: relative;
910 - padding-right: 32px;
911 -}
912 -
913 -.toggleCopyright .hide,
914 -.toggleCopyright .show {
915 - position: absolute;
916 - top: 0;
917 - right: 0;
918 - height: 22px;
919 -}
920 -
921 -.copyrightNotice {
922 - padding-top: 8px;
923 - line-height: 1.2em;
924 - margin-bottom: 12px;
925 -}
926 -
927 -#content_copyright {
928 - text-align: center;
929 - font-size: 0.9em;
930 -}
931 -
932 -#footer .links {
933 - margin: 0;
934 -}
935 -
936 -#footer .links li {
937 - display: block;
938 - width: 25%;
939 - font-size: 1.2em;
940 - float: left;
941 - text-align: center;
942 -}
943 -
944 -#footer .links li:first-child {
945 - text-align: left;
946 -}
947 -
948 -#footer .links li:last-child {
949 - text-align: right;
950 -}
951 -
952 -#footer .links:after {
953 - content: "";
954 - clear: both;
955 - position: relative;
956 - display: block;
957 -}
958 -
959 -.togglingEnabled #footer .more,
960 -.togglingEnabled #footer .openSection .less {
961 - display: block;
962 -}
963 -
964 -#footer .more, /* no javascript */
965 -#footer .less,
966 -#footer .openSection .more {
967 - display: none;
968 -}
969 -
970889 #mf-references {
 890+ -webkit-transition: bottom 0.1s ease-in-out;
 891+ -moz-transition: bottom 0.1s ease-in-out;
 892+ -o-transition: bottom 0.1s ease-in-out;
 893+ transition: bottom 0.1s ease-in-out;
971894 position: fixed;
972895 bottom: 0;
973896 left: 0;
@@ -1008,53 +931,3 @@
1009932 #mf-references a {
1010933 color: #3354C0;
1011934 }
1012 -
1013 -.feedback h1 {
1014 - margin: 0;
1015 - margin-bottom: 20px;
1016 - border-bottom: solid 1px #CCC;
1017 - padding-bottom: 10px;
1018 -}
1019 -
1020 -.feedback select {
1021 - height: 35px;
1022 -}
1023 -
1024 -.feedback .saveEmail {
1025 - float: right;
1026 - color: #9C9C9C;
1027 -}
1028 -.feedback input[type=submit],
1029 -.feedback select {
1030 - background-color: #5E5E5E;
1031 - padding: 12px;
1032 - color: white;
1033 - display: block;
1034 - margin: 22px 0px;
1035 - border: none;
1036 - -webkit-border-radius: 2px;
1037 - border-radius: 2px;
1038 - -webkit-box-shadow: 3px 3px 3px #8C8C8C;
1039 - font-size: 1.5em;
1040 -}
1041 -
1042 -.feedback input.email {
1043 - height: 38px;
1044 -}
1045 -
1046 -.feedback textarea,
1047 -.feedback input.email {
1048 - /*padding: 12px;*/
1049 - width: 100%;
1050 - border: solid 1px #888888;
1051 -}
1052 -
1053 -.feedback textarea,
1054 -.feedback input {
1055 - font-size: 1.5em;
1056 -}
1057 -
1058 -.feedback input::-webkit-input-placeholder,
1059 -.feedback textarea::-webkit-input-placeholder {
1060 - color: #747474;
1061 -}

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r114245remove height 100%...jdlrobson10:15, 20 March 2012

Status & tagging log