From 04221af0af5086ec54656a462a83441b7c05dc23 Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Wed, 13 Aug 2014 16:53:00 -0400 Subject: [PATCH] toolbox file styles Adding in file download styles --- styles.css | 30 +++++++++++++++++++++++++++++- 1 file changed, 29 insertions(+), 1 deletion(-) diff --git a/styles.css b/styles.css index ead61bc..8c09a9f 100644 --- a/styles.css +++ b/styles.css @@ -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 -- 2.17.1