From e196fcffe24c640dbe222d6d8540e32d983ee0b7 Mon Sep 17 00:00:00 2001 From: Seth Woodworth Date: Thu, 21 Mar 2013 12:45:28 -0400 Subject: [PATCH] add style for add-note partial --- karmaworld/assets/css/global.css | 43 +++++++++++++++++++++++++++++--- 1 file changed, 39 insertions(+), 4 deletions(-) diff --git a/karmaworld/assets/css/global.css b/karmaworld/assets/css/global.css index 2dba1d6..e322658 100644 --- a/karmaworld/assets/css/global.css +++ b/karmaworld/assets/css/global.css @@ -10,11 +10,33 @@ time font: 12px/2em "MuseoSlab-300"; } -input[type="text"] +.intext, input[type="text"], textarea { - font: 22px/1em "MuseoSlab-300" #afafaf; + height: 40px; + line-height: 40px; + padding: 6px 0 0 12px; + + font-family: "MuseoSlab-300", serif; + font-size: 22px; + color: black; + border-color: black; + border-radius: 0; +} + +small.form +{ + color: #f1592a; +} + +input[type="text"]:focus, textarea:focus +{ + color: black; + background-color: white; + border-color: black; + border-radius: 0; } + .half-padding { padding-left: 5px; @@ -494,7 +516,7 @@ a.activity_target:hover text-transform: uppercase; } -#add-note-btn, #add-course-btn +#add-note-btn, #add-course-btn, #save-btn { color: #f05a28; cursor: pointer; @@ -510,6 +532,19 @@ a.activity_target:hover display: none; } +.progress +{ + border: solid 1px black; + height: 10px; +} + +#progress-fill +{ + height: 100%; + width: 0; + background-color: #f1592a; +} + /* COPY */ .body_copy h1 @@ -647,7 +682,7 @@ a.white:hover border: none; color: white; cursor: pointer; - font-family: "MuseoSlab-700"; + font-family: "MuseoSlab-300"; font-size: 32px; } -- 2.25.1