diff options
author | tkimia <tkimia@purdue.edu> | 2014-04-22 20:17:18 -0400 |
---|---|---|
committer | tkimia <tkimia@purdue.edu> | 2014-04-22 20:17:18 -0400 |
commit | c13ca3ca2c167158ca0f6ff8a20f2b4943f3e04d (patch) | |
tree | 8c7eb9507635e9201d3135bc0d61402bdcaa0ee0 /app/assets/stylesheets/users.css.scss | |
parent | 38c2ff9637018d88db7083c76c133da3a72f4c31 (diff) |
users look nice
Diffstat (limited to 'app/assets/stylesheets/users.css.scss')
-rw-r--r-- | app/assets/stylesheets/users.css.scss | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/app/assets/stylesheets/users.css.scss b/app/assets/stylesheets/users.css.scss index 3453a55..5df7aee 100644 --- a/app/assets/stylesheets/users.css.scss +++ b/app/assets/stylesheets/users.css.scss @@ -7,4 +7,35 @@ .simple_captcha { background-color: rgba(255, 255, 255, 0.7); margin: 10px 0px; +} + + +div.user-listing { + margin: 10px 0px; + border-radius: 5px; + box-shadow: 0px 0px 3px #B8B8B8; + background-color: rgba(0, 0, 0, 0.6); + border: 1px solid #AAAAAA; + min-height: 100px; + padding: 8px 4px; + display: inline-table; + + /* AKA the listing title */ + h3 { + margin-top: 0px; + color: #F0AD4E; + font-weight: bold; + } + + h3:hover { + color: #D09D3E; + } + + .things { + padding: 0px 10px; + } + + p { + margin: 0; + } }
\ No newline at end of file |