Ticket #616: 616.patch
File 616.patch, 2.7 KB (added by , 10 years ago) |
---|
-
template-coming-soon.css
4 4 text-align: center; 5 5 } 6 6 7 h1 ~ p { 8 margin-bottom: 40px; 9 } 10 7 11 #wccsp-container { 8 max-width: 700px;9 margin: 50px auto;10 padding: 40px;11 12 overflow: auto; 13 padding: 1em; 14 } 12 15 13 border: 1px solid black; /* todo box shadow */ 16 #wccsp-image { 17 display: block; 18 max-width: 100%; 19 margin: 0 auto 40px auto; 14 20 } 15 16 #wccsp-image { 17 display: block; 18 max-width: 100%; 19 margin: 0 auto 40px auto; 21 22 .wccsp-box { 23 border: 1px solid black; 24 margin-bottom: 1em; 25 overflow: auto; 26 padding: 1em; 27 } 28 29 .wccsp-box .widget { 30 margin: 0; 31 padding: 0; 32 } 33 34 .wccsp-box h2 { 35 margin-top: 0; 36 } 37 38 .wccsp-box input[type="text"], 39 .wccsp-box input[type="email"], 40 .wccsp-box textarea { 41 width: 100%; 42 margin-bottom: 1em; 43 padding: 2px 3px; 44 } 45 46 .wccsp-box .jetpack_subscription_widget input { 47 margin-bottom: 0; 48 } 49 50 .wccsp-box p[class*="submit"], .wccsp-box p[id*="submit"] { 51 margin-bottom: 0; 52 text-align: center; 53 } 54 55 .wccsp-box input[type="submit"] { 56 margin: 0 auto; 57 text-align: center; 58 } 59 60 .wccsp-box textarea { 61 height: 8em; 62 } 63 64 .grunion-field-label span { 65 padding-left: 5px; 66 } 67 68 @media screen and ( min-width: 550px ) { 69 #wccsp-container { 70 padding: 40px; 20 71 } 21 22 #wccsp-introduction { 23 margin-bottom: 0; 72 .wccsp-box { 73 margin-bottom: 40px; 24 74 } 25 75 } 76 @media screen and ( min-width: 600px ) { 26 77 .wccsp-box { 27 width: 46%; /* todo temp workaround */78 width: calc( 50% - 20px ); 28 79 min-height: 150px; 29 80 float: left; 30 overflow: auto; 31 margin: 40px 40px 0 0; 81 margin: 0 40px 40px 0; 32 82 padding: 15px; 33 34 border: 1px solid black; /* todo box shadow */ 83 border: 1px solid black; /* todo box shadow */ 35 84 } 36 37 #wccsp-container .wccsp-box:last-child { 38 margin-right: 0; 39 } 40 41 .wccsp-box .widget { 42 margin: 0; 43 padding: 0; 44 } 45 46 .wccsp-box h2 { 47 margin-top: 0; 48 } 49 50 .wccsp-box p:last-child { 51 margin-bottom: 0; 52 } 53 54 .wccsp-box input[type="text"], 55 .wccsp-box textarea { 56 width: 100%; 57 margin-bottom: 1em; 58 padding: 2px 3px; 59 60 /* todo not working */ 61 } 62 63 .wccsp-box input[type="text"]:last-child { 64 margin-bottom: 0; 65 } 66 67 .wccsp-box input[type="submit"] { 68 margin: 0 auto; /*todo not working */ 69 text-align: center; 70 } 71 72 .wccsp-box textarea { 73 height: 8em; 74 } 85 .wccsp-box:last-child { 86 margin: 0; 87 } 75 88 76 .grunion-field-label span { 77 padding-left: 5px; 78 } 89 } 90 @media screen and ( min-width: 725px ) { 91 #wccsp-container { 92 border: 1px solid black; /* todo box shadow */ 93 margin: 50px auto; 94 max-width: 700px; 95 } 96 }