Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: skin/firstRun.css

Issue 29328733: Issue 2018 - Optimized first-run page for smaller screens (Closed)
Patch Set: Created Oct. 5, 2015, 1:41 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« firstRun.html ('K') | « firstRun.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: skin/firstRun.css
===================================================================
--- a/skin/firstRun.css
+++ b/skin/firstRun.css
@@ -16,21 +16,21 @@
*/
@font-face {
- font-family: 'CreteRound';
+ font-family: "CreteRound";
font-style: normal;
src: url(fonts/CreteRound-Regular.otf);
- src: local ('Ø'),
- /*local ('Ø') forces using no local font called CreteRound*/
- url(fonts/CreteRound-Regular.otf) format('otf');
+ src: local ("Ø"),
+ /*local ("Ø") forces using no local font called CreteRound*/
+ url(fonts/CreteRound-Regular.otf) format("otf");
}
@font-face {
- font-family: 'CreteRound';
+ font-family: "CreteRound";
font-style: italic;
src: url(fonts/CreteRound-Italic.otf);
- src: local ('Ø'),
- /*local ('Ø') forces using no local font called CreteRound*/
- url(fonts/CreteRound-Italic.otf) format('otf');
+ src: local ("Ø"),
+ /*local ("Ø") forces using no local font called CreteRound*/
+ url(fonts/CreteRound-Italic.otf) format("otf");
}
body
@@ -79,7 +79,7 @@
background-image: url(background.png);
background-repeat: repeat-x;
width: 100%;
- padding: 25px 0 0 0;
+ padding-top: 25px;
saroyanm 2015/10/05 17:18:55 Should we need to use shorthand in this case ? Hav
}
header h1
@@ -89,7 +89,7 @@
color: #57ab5b;
text-align: center;
margin: 21px auto;
- padding: 16px 0 14px 0;
+ padding: 16px 0px;
border: 1px #57ab5b;
border-style: dashed none;
/* border parallel fix - 957px is the value
@@ -99,7 +99,7 @@
max-width: 957px;
}
-h1,h2,h3
+h1, h2, h3
saroyanm 2015/10/05 17:18:55 Nit: I think each selectors should go to it's own
Thomas Greiner 2015/10/06 09:54:36 Done.
{
font-family: CreteRound, Helvetica, Arial, sans-serif;
}
@@ -120,7 +120,8 @@
font-size: 22px;
color: #7F776B;
font-weight: normal;
- margin: 0 0 10px 0;
+ margin-top: 0px;
saroyanm 2015/10/05 17:18:55 Nit: I think you can use shorthand here.
Thomas Greiner 2015/10/06 09:54:36 The problem with using shorthand properties here i
+ margin-bottom: 10px;
padding: 0;
line-height: 24px;
}
@@ -146,8 +147,9 @@
#general
{
- padding: 40px 0px;
display: table;
+ padding-left: 0px;
saroyanm 2015/10/05 17:18:55 Nit: I think you can use shorthand here.
+ padding-right: 0px;
}
#general > div
@@ -230,26 +232,9 @@
box-shadow: 0px 0px 5px 1px #5D5D5D;
}
-@media (max-width: 960px)
-{
- #general
- {
- display: block;
- }
-
- #general > div
- {
- display: block;
- width: auto;
- padding: 10px 0px;
- margin: 0px 50px;
- border-width: 1px 0 0;
- }
-}
-
section > p
{
- margin: 15px 0 0 0;
+ margin-top: 15px;
}
#logo
@@ -291,7 +276,7 @@
#can-do-more-content
{
- margin: 30px 100px 20px 100px;
+ margin: 30px 100px;
}
#can-do-more #features
@@ -301,11 +286,10 @@
padding: 0px;
}
-#can-do-more .feature:not([hidden])
+#can-do-more .feature
{
- display: block;
list-style-type: none;
- padding: 30px 0;
+ padding-top: 30px;
padding-bottom: 20px;
border-top: 1px dashed #c0bebb;
}
@@ -320,7 +304,8 @@
#can-do-more .feature-description
{
- margin: 0px 0px 0 20px;
+ -webkit-margin-start: 20px;
+ -moz-margin-start: 20px;
width: 625px;
max-width: 85%;
}
@@ -329,26 +314,28 @@
{
width: 480px;
max-width: 100%;
- margin: 0 40px 0 0;
+ -webkit-margin-end: 40px;
+ -moz-margin-end: 40px;
display: inline-block;
}
#can-do-more .feature-description-textblock > span
{
- margin: 15px 0 0 0;
+ margin-top: 15px;
}
#can-do-more .feature-image
{
width: 59px;
height: 59px;
- margin: 8px 0 10px 20px;
+ margin: 10px 0px;
+ -webkit-margin-start: 20px;
+ -moz-margin-start: 20px;
}
#share
{
background-image: url(background-share.png);
- padding: 50px 100px 40px 100px;
max-width: 760px;
text-align: center;
font-family: CreteRound, Helvetica, Arial, sans-serif;
@@ -356,10 +343,10 @@
#share h2
{
- color: #fff;
- margin: 0 0 30px 0;
+ margin-bottom: 30px;
}
+#share h2,
#share h2 > a
{
color: #fff;
@@ -387,7 +374,7 @@
#donate-block span, #share-block span
{
- margin: 10px 20px 0px 20px;
+ margin: 10px 20px;
}
#donate-block, #share-block
@@ -415,7 +402,7 @@
.share-buttons
{
- margin: 6px 0 0 0;
+ margin-top: 6px;
cursor: pointer;
vertical-align: top;
/* because inline block creates
@@ -557,7 +544,8 @@
display: inline-block;
vertical-align: top;
height: 22px;
- margin: 32px 0px 7px 0px;
+ margin-top: 32px;
saroyanm 2015/10/05 17:18:55 Why shorthand was removed ? Will stop commenting
+ margin-bottom: 7px;
border-radius: 9999px;
border: 1px solid #999;
overflow: hidden;
@@ -589,8 +577,9 @@
.toggle-on
{
- padding: 0px 30px 0px 10px;
- color: rgba(255,255,255, 0.8);
+ padding-left: 10px;
+ padding-right: 30px;
+ color: rgba(255,255,255,0.8);
text-shadow: 1px 1px rgba(0,0,0,0.2);
box-shadow: inset 2px 2px 6px rgba(0,0,0,0.2);
background: rgb(69,163,31);
@@ -598,7 +587,8 @@
.toggle-off
{
- padding: 0px 10px 0px 30px;
+ padding-left: 30px;
+ padding-right: 10px;
color: rgba(0,0,0,0.6);
text-shadow: 1px 1px rgba(255,255,255,0.2);
background: #cfcfcf;
@@ -637,7 +627,8 @@
{
height: 21px;
display: inline-block;
- margin: 15px 0px 2px 0px;
+ margin-top: 15px;
+ margin-bottom: 2px;
font-size: 16px;
color: #003366;
cursor: pointer;
@@ -658,3 +649,63 @@
max-width: 960px;
text-align: center;
}
+
+@media (max-width: 970px)
+{
+ header
+ {
+ background-size: 100px 57px;
+ }
+
+ #logo
+ {
+ width: 64px;
+ height: 64px;
+ }
+
+ section
+ {
+ padding: 40px 20px;
+ }
+
+ #general,
+ #general > div
+ {
+ display: block;
+ }
+
+ #general > div
+ {
+ width: auto;
+ padding: 10px 0px;
+ border-width: 1px 0px 0px;
+ }
+
+ #general > div,
+ #can-do-more > h2,
+ #can-do-more-content
+ {
+ margin-left: 20px;
+ margin-right: 20px;
+ }
+
+ #can-do-more
+ {
+ text-align: center;
+ }
+
+ #can-do-more .feature-description-textblock
+ {
+ text-align: start;
+ }
+
+ #can-do-more .feature h3
saroyanm 2015/10/05 17:18:55 can be merged with "#can-do-more"
Thomas Greiner 2015/10/06 09:54:36 Done.
+ {
+ text-align: center;
+ }
+
+ .toggle
+ {
+ margin-top: 14px;
+ }
+}
« firstRun.html ('K') | « firstRun.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld