diff options
Diffstat (limited to 'dash/css/profile.css')
| -rw-r--r-- | dash/css/profile.css | 37 |
1 files changed, 36 insertions, 1 deletions
diff --git a/dash/css/profile.css b/dash/css/profile.css index 1e55991..36abcbd 100644 --- a/dash/css/profile.css +++ b/dash/css/profile.css @@ -33,7 +33,7 @@ cursor: pointer; } #profile input[type=submit]:hover, #profile input[type=button]:hover, #profile button:hover { - background-color: #fb7700; + box-shadow: 0px 0px 5px rgba(0,0,0,0.75); } #profile textarea { margin: 0.25em auto; @@ -94,3 +94,38 @@ #profile a:hover { color: #fb7700; } +#proreviews { + text-align: center; + border-top: 1px solid #eeeeee; + padding-top: 1em; +} +.review { + text-align: left; + margin: 1em; +} +#profile .revname a, #profile .revname a:hover { + color: #000000; + font-weight: bold; +} +.revpic img { + width: 64px; + height: 64px; +} +#profile .revjob a, #profile .revjob a:hover { + color: #000000; + font-style: italic; +} +.reviewleft { + float: left; + clear: both; + width: 156px; + word-break: break-word; + overflow-x: hidden; + margin-right: 1em; +} +.reviewright { + min-height: 108px; +} +#proreviews .revstars { + margin-bottom: 0.5em; +} |
