Савинцев Егор 🚶 (savintsev_egor) wrote in changelog,
Савинцев Егор 🚶
savintsev_egor
changelog

[ljcom] r12699: LJSV-2392: Links button disappeares in F...

Committer: esavintcev
LJSV-2392: Links button disappeares in Friendstimes style
U   trunk/bin/upgrading/s2layers/sup/themes.s2
U   trunk/htdocs/stc/sup/s/style.css
U   trunk/htdocs/stc/sup/s/x-0.css
U   trunk/htdocs/stc/sup/s/x-1.css
U   trunk/htdocs/stc/sup/s/x-2.css
U   trunk/htdocs/stc/sup/s/x-3-1.css
U   trunk/htdocs/stc/sup/s/x-3-2.css
U   trunk/htdocs/stc/sup/s/x-3-3.css
U   trunk/htdocs/stc/sup/s/x-3-4.css
U   trunk/htdocs/stc/sup/s/x-3-5.css
U   trunk/htdocs/stc/sup/s/x-3.css
U   trunk/htdocs/stc/sup/s/x-4.css
Modified: trunk/bin/upgrading/s2layers/sup/themes.s2
===================================================================
--- trunk/bin/upgrading/s2layers/sup/themes.s2	2012-09-26 14:22:27 UTC (rev 12698)
+++ trunk/bin/upgrading/s2layers/sup/themes.s2	2012-09-26 15:34:48 UTC (rev 12699)
@@ -3783,7 +3783,7 @@
         }
     }
     if (size($p.linklist) > 0 and $*layout_show_links) {
-        if ($*layout_show_calendar) {
+        if ($*layout_show_links) {
             $visible_counter++;
             """<div class="hr"><hr /></div>""";}
 """                 

Modified: trunk/htdocs/stc/sup/s/style.css
===================================================================
--- trunk/htdocs/stc/sup/s/style.css	2012-09-26 14:22:27 UTC (rev 12698)
+++ trunk/htdocs/stc/sup/s/style.css	2012-09-26 15:34:48 UTC (rev 12699)
@@ -826,3 +826,12 @@
 	border:none;
 	}
 
+
+
+/* tiny screens */
+@media all and (max-width: 1100px) {
+	HTML,
+	#page {
+		min-width: 0;
+		}
+}

Modified: trunk/htdocs/stc/sup/s/x-0.css
===================================================================
--- trunk/htdocs/stc/sup/s/x-0.css	2012-09-26 14:22:27 UTC (rev 12698)
+++ trunk/htdocs/stc/sup/s/x-0.css	2012-09-26 15:34:48 UTC (rev 12699)
@@ -149,4 +149,32 @@
 #page .entry-title A:visited:hover,
 #page .entry-title A:visited:active {
 	text-decoration:underline;
-	}
\ No newline at end of file
+	}
+
+
+
+/* tiny screens */
+@media all and (max-width: 1100px) {
+	BODY.column-right,
+	BODY.column-left {
+		background-image: none;
+		}
+	/* content */
+	.content {
+		float: none;
+		margin-right: 0;
+		}
+		BODY.column-right .content-inner,
+		BODY.column-left .content-inner {
+			margin-right: 30px;
+			margin-left: 30px;
+			}
+	/* sidebar */
+	.sidebar {
+		float: none;
+		}
+		.column-left .sidebar-inner,
+		.column-right .sidebar-inner {
+			float: none;
+			}
+}

Modified: trunk/htdocs/stc/sup/s/x-1.css
===================================================================
--- trunk/htdocs/stc/sup/s/x-1.css	2012-09-26 14:22:27 UTC (rev 12698)
+++ trunk/htdocs/stc/sup/s/x-1.css	2012-09-26 15:34:48 UTC (rev 12699)
@@ -131,4 +131,32 @@
 				}
 .content .header H1 {
 	height:40px;
-	}	
+	}
+
+
+
+/* tiny screens */
+@media all and (max-width: 1100px) {
+	BODY.column-right,
+	BODY.column-left {
+		background-image: none;
+		}
+	/* content */
+	.content {
+		float: none;
+		margin-right: 0;
+		}
+		BODY.column-right .content-inner,
+		BODY.column-left .content-inner {
+			margin-right: 30px;
+			margin-left: 30px;
+			}
+	/* sidebar */
+	.sidebar {
+		float: none;
+		}
+		.column-left .sidebar-inner,
+		.column-right .sidebar-inner {
+			float: none;
+			}
+}

Modified: trunk/htdocs/stc/sup/s/x-2.css
===================================================================
--- trunk/htdocs/stc/sup/s/x-2.css	2012-09-26 14:22:27 UTC (rev 12698)
+++ trunk/htdocs/stc/sup/s/x-2.css	2012-09-26 15:34:48 UTC (rev 12699)
@@ -292,3 +292,42 @@
 #page .entrymenu A:visited:active SPAN SPAN SPAN {
 	text-decoration:underline;
 	}
+
+
+
+/* tiny screens */
+@media all and (max-width: 1100px) {
+	HTML,
+	#page {
+		min-width: 0;
+		}
+	BODY.column-right,
+	BODY.column-left {
+		background-image: none;
+		}
+	/* header */
+	.column-left .header {
+		margin-left: 0;
+		}
+	.column-right .header {
+		margin-right: 0;
+		}
+	/* content */
+	.content {
+		float: none;
+		margin-right: 0;
+		}
+		BODY.column-right .content-inner,
+		BODY.column-left .content-inner {
+			margin-right: 30px;
+			margin-left: 30px;
+			}
+	/* sidebar */
+	.sidebar {
+		float: none;
+		}
+		.column-left .sidebar-inner,
+		.column-right .sidebar-inner {
+			float: none;
+			}
+}

Modified: trunk/htdocs/stc/sup/s/x-3-1.css
===================================================================
--- trunk/htdocs/stc/sup/s/x-3-1.css	2012-09-26 14:22:27 UTC (rev 12698)
+++ trunk/htdocs/stc/sup/s/x-3-1.css	2012-09-26 15:34:48 UTC (rev 12699)
@@ -125,4 +125,14 @@
 	margin: 0px 0px 25px 20px;
 	font-weight: normal;
 	font-size: 1.8em;
-	}
\ No newline at end of file
+	}
+
+
+
+/* tiny screens */
+@media all and (max-width: 1100px) {
+	/* sidebar */
+	.sidebar {
+		background: #910808;
+		}
+}

Modified: trunk/htdocs/stc/sup/s/x-3-2.css
===================================================================
--- trunk/htdocs/stc/sup/s/x-3-2.css	2012-09-26 14:22:27 UTC (rev 12698)
+++ trunk/htdocs/stc/sup/s/x-3-2.css	2012-09-26 15:34:48 UTC (rev 12699)
@@ -124,4 +124,14 @@
 	margin: 0px 0px 25px 20px;
 	font-weight: normal;
 	font-size: 1.8em;
-	}
\ No newline at end of file
+	}
+
+
+
+/* tiny screens */
+@media all and (max-width: 1100px) {
+	/* sidebar */
+	.sidebar {
+		background: #2680DC;
+		}
+}

Modified: trunk/htdocs/stc/sup/s/x-3-3.css
===================================================================
--- trunk/htdocs/stc/sup/s/x-3-3.css	2012-09-26 14:22:27 UTC (rev 12698)
+++ trunk/htdocs/stc/sup/s/x-3-3.css	2012-09-26 15:34:48 UTC (rev 12699)
@@ -128,4 +128,14 @@
 	margin: 0px 0px 25px 20px;
 	font-weight: normal;
 	font-size: 1.8em;
-	}
\ No newline at end of file
+	}
+
+
+
+/* tiny screens */
+@media all and (max-width: 1100px) {
+	/* sidebar */
+	.sidebar {
+		background: #6298A5;
+		}
+}

Modified: trunk/htdocs/stc/sup/s/x-3-4.css
===================================================================
--- trunk/htdocs/stc/sup/s/x-3-4.css	2012-09-26 14:22:27 UTC (rev 12698)
+++ trunk/htdocs/stc/sup/s/x-3-4.css	2012-09-26 15:34:48 UTC (rev 12699)
@@ -125,4 +125,14 @@
 	margin: 0px 0px 25px 20px;
 	font-weight: normal;
 	font-size: 1.8em;
-	}
\ No newline at end of file
+	}
+
+
+
+/* tiny screens */
+@media all and (max-width: 1100px) {
+	/* sidebar */
+	.sidebar {
+		background: #009A4C;
+		}
+}

Modified: trunk/htdocs/stc/sup/s/x-3-5.css
===================================================================
--- trunk/htdocs/stc/sup/s/x-3-5.css	2012-09-26 14:22:27 UTC (rev 12698)
+++ trunk/htdocs/stc/sup/s/x-3-5.css	2012-09-26 15:34:48 UTC (rev 12699)
@@ -130,4 +130,14 @@
 	margin: 0px 0px 25px 20px;
 	font-weight: normal;
 	font-size: 1.8em;
-	}
\ No newline at end of file
+	}
+
+
+
+/* tiny screens */
+@media all and (max-width: 1100px) {
+	/* sidebar */
+	.sidebar {
+		background: #DF2F0F;
+		}
+}

Modified: trunk/htdocs/stc/sup/s/x-3.css
===================================================================
--- trunk/htdocs/stc/sup/s/x-3.css	2012-09-26 14:22:27 UTC (rev 12698)
+++ trunk/htdocs/stc/sup/s/x-3.css	2012-09-26 15:34:48 UTC (rev 12699)
@@ -286,3 +286,76 @@
 	background-color:#BFBFBF;
 	}
 
+
+
+/* tiny screens */
+@media all and (max-width: 1100px) {
+	HTML,
+	#page {
+		min-width: 0;
+		}
+	/* centering background for removing round corners */
+	BODY.column-right,
+	BODY.column-left,
+	BODY.column-right #page,
+	BODY.column-left #page {
+		background-position: 50% 0;
+		}
+	/* header */
+	BODY .header {
+		margin-top: 0;
+		margin-right: 0;
+		}
+		BODY .header .u-wrap {
+			position: absolute;
+			top: 3px;
+			right: 21px;
+			width: auto;
+			float: none;
+			padding-left: 0;
+			}
+			BODY .header .userpic {
+				float: right;
+				}
+				BODY .header .userpic-in {
+					width: 50px;
+					}
+					BODY .header .userpic IMG {
+						width: auto !important;
+						height: auto !important;
+						max-width: 50px;
+						max-height: 50px;
+						}
+			BODY .header H1 {
+				float: right;
+				margin: 14px 0 0;
+				text-align: right;
+				}
+			BODY .header H2 {
+				position: absolute;
+				top: 2px;
+				left: 21px;
+				margin-top: 0;
+				margin-right: 0;
+				font-weight: normal;
+				font-size: 1.5em;
+				}
+	/* content */
+	.content {
+		float: none;
+		margin-right: 0;
+		}
+		BODY.column-right .content-inner,
+		BODY.column-left .content-inner {
+			margin-right: 0;
+			margin-left: 0;
+			}
+	/* sidebar */
+	.sidebar {
+		float: none;
+		}
+		.column-left .sidebar-inner,
+		.column-right .sidebar-inner {
+			float: none;
+			}
+}

Modified: trunk/htdocs/stc/sup/s/x-4.css
===================================================================
--- trunk/htdocs/stc/sup/s/x-4.css	2012-09-26 14:22:27 UTC (rev 12698)
+++ trunk/htdocs/stc/sup/s/x-4.css	2012-09-26 15:34:48 UTC (rev 12699)
@@ -263,3 +263,32 @@
 	color:#FFF;
 	text-decoration:underline;
 	}
+
+
+
+/* tiny screens */
+@media all and (max-width: 1100px) {
+	HTML,
+	#page {
+		min-width: 0;
+		}
+	/* content */
+	.content {
+		float: none;
+		margin-right: 0;
+		}
+		BODY.column-right .content-inner,
+		BODY.column-left .content-inner {
+			margin-right: 30px;
+			margin-left: 30px;
+			}
+	/* sidebar */
+	.sidebar {
+		float: none;
+		}
+		.column-left .sidebar-inner,
+		.column-right .sidebar-inner {
+			float: none;
+			margin-left: 30px;
+			}
+}

Tags: css, esavintcev, ljcom, s2, savintsev_egor
Subscribe

  • Post a new comment

    Error

    Anonymous comments are disabled in this journal

    default userpic

    Your reply will be screened

    Your IP address will be recorded 

  • 0 comments