From: Steve Sutton Date: Wed, 13 Aug 2014 20:53:00 +0000 (-0400) Subject: toolbox file styles X-Git-Tag: V1.0^2~84 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=04221af0af5086ec54656a462a83441b7c05dc23;p=web%2FKeweenaw.git toolbox file styles Adding in file download styles --- 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