summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets
diff options
context:
space:
mode:
authorLuke Shumaker <shumakl@purdue.edu>2014-04-23 13:07:51 -0400
committerLuke Shumaker <shumakl@purdue.edu>2014-04-23 13:07:51 -0400
commit8b57da0fed6fe05c5df6ccbfcb0a50298521a6b9 (patch)
tree3328da748b808a260433e3e7423421edf0c7065d /app/assets/stylesheets
parent1ea3366c70ad87f2c0d3fa3ae3a56f27b691f696 (diff)
indent custom.css.scss
Diffstat (limited to 'app/assets/stylesheets')
-rw-r--r--app/assets/stylesheets/custom.css.scss58
1 files changed, 26 insertions, 32 deletions
diff --git a/app/assets/stylesheets/custom.css.scss b/app/assets/stylesheets/custom.css.scss
index 2fecd13..3d2ea9b 100644
--- a/app/assets/stylesheets/custom.css.scss
+++ b/app/assets/stylesheets/custom.css.scss
@@ -32,18 +32,12 @@ a, input[type="submit"] {
input[type="text"], input[type="password"]{
border: 3px inset #A5A5A5;
- -webkit-box-shadow:
- inset 0 0 8px rgba(0,0,0,0.1),
- 0 0 16px rgba(0,0,0,0.1);
- -moz-box-shadow:
- inset 0 0 8px rgba(0,0,0,0.1),
- 0 0 16px rgba(0,0,0,0.1);
- box-shadow:
- inset 0 0 8px rgba(0,0,0,0.1),
- 0 0 16px rgba(0,0,0,0.1);
- padding: 8px;
- background: rgba(0,0,0,0.5);
- margin: 0 0 5px 0;
+ -webkit-box-shadow: inset 0 0 8px rgba(0,0,0,0.1), 0 0 16px rgba(0,0,0,0.1)
+ -moz-box-shadow: inset 0 0 8px rgba(0,0,0,0.1), 0 0 16px rgba(0,0,0,0.1);
+ box-shadow: inset 0 0 8px rgba(0,0,0,0.1), 0 0 16px rgba(0,0,0,0.1);
+ padding: 8px;
+ background: rgba(0,0,0,0.5);
+ margin: 0 0 5px 0;
}
p.errors {
@@ -54,26 +48,26 @@ p.errors {
}
#error_explanation {
- width: 450px;
- border: 2px solid red;
- padding: 7px;
- padding-bottom: 0;
- margin-bottom: 20px;
- background-color: #f0f0f0;
- h2 {
- text-align: left;
- font-weight: bold;
- padding: 5px 5px 5px 15px;
- font-size: 12px;
- margin: -7px;
- margin-bottom: 0px;
- background-color: #c00;
- color: #fff;
- }
- ul li {
- font-size: 12px;
- list-style: square;
- }
+ width: 450px;
+ border: 2px solid red;
+ padding: 7px;
+ padding-bottom: 0;
+ margin-bottom: 20px;
+ background-color: #f0f0f0;
+ h2 {
+ text-align: left;
+ font-weight: bold;
+ padding: 5px 5px 5px 15px;
+ font-size: 12px;
+ margin: -7px;
+ margin-bottom: 0px;
+ background-color: #c00;
+ color: #fff;
+ }
+ ul li {
+ font-size: 12px;
+ list-style: square;
+ }
}
// Limitation: Only one box can be expanded at a time