summaryrefslogtreecommitdiff
path: root/static/css/dump.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/css/dump.css')
-rwxr-xr-xstatic/css/dump.css27
1 files changed, 27 insertions, 0 deletions
diff --git a/static/css/dump.css b/static/css/dump.css
index 71fed17..706dbd3 100755
--- a/static/css/dump.css
+++ b/static/css/dump.css
@@ -1859,4 +1859,31 @@ border:1px solid black;
#dashavatarPic img{
max-height:70px;
max-width:150px;
+}
+.dash-dump {
+ background-color:#f0f9ff;
+ text-overflow: ellipsis-word;
+ padding: 18px 18px 6px 18px;
+ font-family: Arial, Helvetica, sans-serif;
+ font-size: 12px;
+ text-transform: uppercase;
+ margin-left:3px;
+ line-height:15px;
+ z-index:4;
+ line-height:20px;
+ text-align: left;
+}
+
+.dash-dump {
+background-color:white;
+padding:0px;
+display:inline-block;
+
+}
+.dash-dump img{
+background-color:white;
+padding:1px;
+}
+.profiledash{
+overflow:auto;
} \ No newline at end of file