summaryrefslogtreecommitdiff
path: root/static/css
diff options
context:
space:
mode:
authordumpfmprod <dumpfmprod@ubuntu.(none)>2010-06-23 15:33:32 -0400
committerdumpfmprod <dumpfmprod@ubuntu.(none)>2010-06-23 15:33:32 -0400
commitc4041b4766f8afa0c462fbea2963b61bc43f0e08 (patch)
tree406a8971cd214abb4e817dd60c7c7217e91c1efb /static/css
parenta0ff1251ce9fc1452fcd8c92737897f414f365c0 (diff)
sostler prod commit
Diffstat (limited to 'static/css')
-rwxr-xr-xstatic/css/dump.css39
1 files changed, 29 insertions, 10 deletions
diff --git a/static/css/dump.css b/static/css/dump.css
index 706dbd3..c149794 100755
--- a/static/css/dump.css
+++ b/static/css/dump.css
@@ -1779,7 +1779,7 @@ padding-top:1px;
text-transform:capitalize;
}
#middash{
-top:60px;
+top:50px;
position:absolute;
margin-left:230px;
}
@@ -1837,23 +1837,24 @@ width:550px;
#favstxt{
-margin-top:-55px;
+margin-top:-70px;
margin-left:-10;
font-family: 'HelveticaNeue-Light','Helvetica Neue Light','Helvetica Neue',Arial,Helvetica,sans-serif;
font-size:11px;
background-color:white;
+border:1px solid black;
padding:7px;
color:#000;
position:absolute;
text-transform:uppercase;
-border:1px solid black;
- border-radius: 5px;
- box-shadow:5px 5px 5px #d8dbde;
- -webkit-box-shadow:5px 5px 5px #d8dbde;
- -moz-box-shadow:5px 5px 5px #d8dbde;
- border-radius:5px;
- -webkit-border-radius:5px;
- -moz-border-radius:5px;
+background-color:white;
+ box-shadow:2px 2px 2px #d8dbde;
+ -webkit-box-shadow:2px 2px 2px #d8dbde;
+ -moz-box-shadow:2px 2px 2px #d8dbde;
+ border-radius:10px;
+ -webkit-border-radius:10px;
+ -moz-border-radius:10px;
+ font-weight:bold;
}
#dashavatarPic img{
@@ -1886,4 +1887,22 @@ padding:1px;
}
.profiledash{
overflow:auto;
+}
+#mostrecentdumps{
+display:inline-block;
+width:595px;
+max-height:98px;
+margin-left:-10px;
+margin-top:-20px;
+overflow:hidden;
+}
+#mostrecentdumps img{
+max-height:94px;
+overflow:hidden;
+border:1px solid #000;
+}
+#likebutton{
+position:absolute;
+height:30px;left:255px;
+bottom:30px;
} \ No newline at end of file