diff options
| author | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-06-23 04:36:01 -0400 |
|---|---|---|
| committer | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-06-23 04:36:01 -0400 |
| commit | 009f6a24affb01a15d65dc3d12f7e283bb06b625 (patch) | |
| tree | be0cc7c137d9cbf8eb8370ea8091fa582c43d735 /static/css/dump.css | |
| parent | 12086570eb505abff63bbc205072095401912c95 (diff) | |
sostler prod commit
Diffstat (limited to 'static/css/dump.css')
| -rwxr-xr-x | static/css/dump.css | 27 |
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 |
