[livejournal] r22605: LJSUP-13060: Buttons for crossposting do...
Committer: esavintcev
LJSUP-13060: Buttons for crossposting don't highlightU trunk/htdocs/stc/lj_base.css
Modified: trunk/htdocs/stc/lj_base.css
===================================================================
--- trunk/htdocs/stc/lj_base.css 2012-08-08 13:22:27 UTC (rev 22604)
+++ trunk/htdocs/stc/lj_base.css 2012-08-08 15:18:03 UTC (rev 22605)
@@ -4391,6 +4391,7 @@
}
+
/* Help Link
----------------------------------- */
.b-helplink {
@@ -4429,7 +4430,8 @@
font: 0/0 serif;
cursor: pointer;
}
- .b-helplink:hover .b-helplink-icon {
+ .b-helplink:hover .b-helplink-icon,
+ .b-helplink:focus .b-helplink-icon {
background-position: -16px 0;
}
@@ -5177,7 +5179,7 @@
-moz-border-radius: 100px / 50px;
border-radius: 100px / 50px;
}
-@media screen and (max-width: 1300px) {
+@media screen and (max-width: 1000px) {
.b-panel:before {
content: "";
display: none;
@@ -5281,8 +5283,19 @@
padding: 0;
}
+@media screen and (max-width: 1000px) {
+ .b-contentplus-section {
+ float: none;
+ width: auto;
+ }
+ .b-contentplus-aside {
+ float: none;
+ width: auto;
+ }
+}
+
/* Content plus Aside
--------------------------------------*/
.b-extracontent {
@@ -5327,7 +5340,7 @@
-moz-border-radius: 30px / 100px;
border-radius: 30px / 100px;
}
-@media screen and (max-width: 1300px) {
+@media screen and (max-width: 1000px) {
.b-extracontent {
padding-right: 0;
padding-left: 0;
