toolbox file styles
authorSteve Sutton <steve@gaslightmedia.com>
Wed, 13 Aug 2014 20:53:00 +0000 (16:53 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Wed, 13 Aug 2014 20:53:00 +0000 (16:53 -0400)
Adding in file download styles

styles.css

index ead61bc..8c09a9f 100644 (file)
@@ -24,7 +24,7 @@ nav.top-bar .top-bar-section > ul > li.calendar ul.dropdown,
                                     .restaurants .dropdown {
     right: -1% !important;
     left: auto !important;
-} 
+}
 
 .glmCheckBox {
     width: auto;
@@ -957,3 +957,31 @@ footer .copyright .separator {
   padding: 0 10px 0 0;
   margin: 0 10px 0 0;
 }
+/* Image Upload Icons */
+.file-download {
+    background-repeat: no-repeat;
+    background-position: left;
+    padding: 1px 2px;
+    padding-left: 18px;
+    position: relative;
+    margin-right: 10px;
+    margin-bottom: 5px;
+    display: block;
+    float: left;
+    clear: left;
+    background-image: url(images/file-ext/txt.png);
+    }
+.avi,
+.mov,
+.wmv    { background-image: url(images/file-ext/movie.gif);}
+.doc    { background-image: url(images/file-ext/doc.gif);}
+.gif    { background-image: url(images/file-ext/gif.gif);}
+.html   { background-image: url(images/file-ext/html.gif);}
+.jpg    { background-image: url(images/file-ext/jpg.gif);}
+.mp3    { background-image: url(images/file-ext/mp3.gif);}
+.pdf    { background-image: url(images/file-ext/pdf.png);}
+.ppt    { background-image: url(images/file-ext/ppt.gif);}
+.txt    { background-image: url(images/file-ext/txt.png);}
+.xls    { background-image: url(images/file-ext/xls.gif);}
+.zip    { background-image: url(images/file-ext/zip.png);}
+.rar    { background-image: url(images/file-ext/rar.gif);}
\ No newline at end of file