Browse code

Webfont

Cinan Rakosnik authored on 06/03/2013 at 21:10:44
Showing 2 changed files
... ...
@@ -10,10 +10,13 @@
10 10
 @import "chat.css.scss";
11 11
 @import "sessions.css.scss";
12 12
 
13
+@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700);
14
+
13 15
 body {
14 16
   background: $bg-color;
15 17
   border-top: #658489 7px solid;
16 18
   font-size: 12px;
19
+  font-family: 'Source Sans Pro', 'Helvetica', 'Arial', sans-serif;
17 20
 }
18 21
 
19 22
 a {
... ...
@@ -222,10 +222,10 @@
222 222
       background: $bg-roster;
223 223
       font-weight: bold;
224 224
       color: $app-color;
225
-      padding-bottom: 5px;
225
+      padding-bottom: 7px;
226 226
       border-top: 0;
227
-      padding-top: 12px;
228
-      line-height: 17px;
227
+      padding-top: 10px;
228
+      line-height: 19px;
229 229
     }
230 230
 
231 231
     .icon {
... ...
@@ -334,22 +334,23 @@
334 334
 
335 335
   ::-webkit-input-placeholder {
336 336
     color: $app-color;
337
-    opacity: 1;
337
+    opacity: 0.8;
338 338
   }
339 339
   ::-moz-placeholder {
340 340
     color: $app-color;
341
-    opacity: 1;
341
+    opacity: 0.8;
342 342
   }
343 343
   :-ms-input-placeholder {
344 344
     color: $app-color;
345
-    opacity: 1;
345
+    opacity: 0.8;
346 346
   }
347 347
 
348 348
   input[type="submit"] {
349
-    font-size: 17px;
349
+    font-size: 18px;
350 350
     width: 8%;
351 351
     position: absolute;
352 352
     right: 8px;
353 353
     margin: 0;
354
+    padding-bottom: 2px;
354 355
   }
355 356
 }