added file upload styles and pdf icon for link to Water Level PDF
authorOve Klykken <ove@gaslightmedia.com>
Wed, 7 May 2014 16:13:11 +0000 (16:13 +0000)
committerOve Klykken <ove@gaslightmedia.com>
Wed, 7 May 2014 16:13:11 +0000 (16:13 +0000)
styles.css

index ca24d11..d24ba44 100644 (file)
@@ -126,7 +126,7 @@ nav a {
     padding-top: 37px;\r
     }\r
 #cMain {\r
-       width: 797px;\r
+       width: 790px;\r
        float: left;\r
        padding-bottom: 1em;\r
     }\r
@@ -168,6 +168,16 @@ nav a {
     width: 251px;\r
     height: 82px;\r
     }\r
+#waterLevel {\r
+       background-image: url(images/file-ext/pdf.png);\r
+       background-repeat: no-repeat;\r
+       padding: 20px 20px 20px 0;\r
+       background-position: center right;\r
+       display: block;\r
+       margin-right: 10px;\r
+    color: #7e92a6;\r
+       font-weight:bold;\r
+               }\r
 /* Toolbox */\r
 #category {\r
        margin-bottom: 2em;\r
@@ -237,3 +247,31 @@ footer p i {
     font-style: normal;\r
     vertical-align: bottom;\r
     }\r
+/* Image Upload Icons */\r
+.file-download {\r
+       background-repeat: no-repeat;\r
+       background-position: left;\r
+       padding: 1px 2px;\r
+       padding-left: 18px;\r
+       position: relative;\r
+       margin-right: 10px;\r
+       margin-bottom: 5px;\r
+       display: block;\r
+       float: left;\r
+       clear: left;\r
+       background-image: url(images/file-ext/txt.png);\r
+       }\r
+.avi,\r
+.mov,\r
+.wmv    { background-image: url(images/file-ext/movie.gif);}\r
+.doc    { background-image: url(images/file-ext/doc.gif);}\r
+.gif    { background-image: url(images/file-ext/gif.gif);}\r
+.html   { background-image: url(images/file-ext/html.gif);}\r
+.jpg    { background-image: url(images/file-ext/jpg.gif);}\r
+.mp3    { background-image: url(images/file-ext/mp3.gif);}\r
+.pdf    { background-image: url(images/file-ext/pdf.png);}\r
+.ppt    { background-image: url(images/file-ext/ppt.gif);}\r
+.txt    { background-image: url(images/file-ext/txt.png);}\r
+.xls    { background-image: url(images/file-ext/xls.gif);}\r
+.zip    { background-image: url(images/file-ext/zip.png);}\r
+.rar    { background-image: url(images/file-ext/rar.gif);}\r