summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
Diffstat (limited to 'static')
-rwxr-xr-xstatic/css/dump.css18
-rw-r--r--static/css/error_ie.css6
-rw-r--r--static/css/profile_dashboard.css5
3 files changed, 29 insertions, 0 deletions
diff --git a/static/css/dump.css b/static/css/dump.css
index 0a5ced2..60eb75f 100755
--- a/static/css/dump.css
+++ b/static/css/dump.css
@@ -1051,6 +1051,10 @@ a:active {
position: relative;
}
+.float-left {
+ float: left;
+}
+
.content-no-padding {
padding: 0;
}
@@ -1059,6 +1063,20 @@ a:active {
padding: 2px;
}
+.dash-total {
+ width: 100%;
+ height: 100%;
+ z-index: -1;
+}
+
+.dash-total--avatar {
+ opacity: 0.1;
+}
+
+.dash-total--stripes {
+ background-image: url(/static/img/thumbs/stripes.gif);
+}
+
.bg-white {
background-color: #fff;
}
diff --git a/static/css/error_ie.css b/static/css/error_ie.css
new file mode 100644
index 0000000..cfdeabb
--- /dev/null
+++ b/static/css/error_ie.css
@@ -0,0 +1,6 @@
+#iesucks {
+ margin: 10%;
+ font-size: 15px;
+ font-family: Arial, sans serif;
+ color: black;
+}
diff --git a/static/css/profile_dashboard.css b/static/css/profile_dashboard.css
index 4790ccb..03bc3c7 100644
--- a/static/css/profile_dashboard.css
+++ b/static/css/profile_dashboard.css
@@ -91,6 +91,11 @@ margin-top:50px;
}
+.dashavatar-bg{
+height:100px;
+width:100%;
+}
+
#dashpix{
top:0px;
float:right;