aboutsummaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorcedricbonhomme <devnull@localhost>2010-11-17 13:59:21 +0100
committercedricbonhomme <devnull@localhost>2010-11-17 13:59:21 +0100
commitda3b2c72d49c8a2ba5bc675b1e1773db9a240917 (patch)
treef8bb55f6d71aee1c0d48959f6abdac07b896b448 /css
parentRelease 2.3. This version introduces HTML5 Forms Validation and a HTML5 month... (diff)
downloadnewspipe-da3b2c72d49c8a2ba5bc675b1e1773db9a240917.tar.gz
newspipe-da3b2c72d49c8a2ba5bc675b1e1773db9a240917.tar.bz2
newspipe-da3b2c72d49c8a2ba5bc675b1e1773db9a240917.zip
Added new icons. Deleted text menu.
Diffstat (limited to 'css')
-rw-r--r--css/img/check-news.pngbin0 -> 1286 bytes
-rw-r--r--css/img/email-follow.pngbin1179 -> 3547 bytes
-rw-r--r--css/img/email-unread.pngbin556 -> 625 bytes
-rw-r--r--css/img/heart-22x22.pngbin0 -> 1211 bytes
-rw-r--r--css/img/history.pngbin0 -> 1660 bytes
-rw-r--r--css/img/management.pngbin0 -> 1395 bytes
-rw-r--r--css/img/mark-as-read.pngbin0 -> 1315 bytes
-rwxr-xr-xcss/style.css2
8 files changed, 1 insertions, 1 deletions
diff --git a/css/img/check-news.png b/css/img/check-news.png
new file mode 100644
index 00000000..ba1faf3a
--- /dev/null
+++ b/css/img/check-news.png
Binary files differ
diff --git a/css/img/email-follow.png b/css/img/email-follow.png
index dee8352f..9116363a 100644
--- a/css/img/email-follow.png
+++ b/css/img/email-follow.png
Binary files differ
diff --git a/css/img/email-unread.png b/css/img/email-unread.png
index f2c0084b..db08c179 100644
--- a/css/img/email-unread.png
+++ b/css/img/email-unread.png
Binary files differ
diff --git a/css/img/heart-22x22.png b/css/img/heart-22x22.png
new file mode 100644
index 00000000..a557c26e
--- /dev/null
+++ b/css/img/heart-22x22.png
Binary files differ
diff --git a/css/img/history.png b/css/img/history.png
new file mode 100644
index 00000000..eb89266a
--- /dev/null
+++ b/css/img/history.png
Binary files differ
diff --git a/css/img/management.png b/css/img/management.png
new file mode 100644
index 00000000..625e64b9
--- /dev/null
+++ b/css/img/management.png
Binary files differ
diff --git a/css/img/mark-as-read.png b/css/img/mark-as-read.png
new file mode 100644
index 00000000..acdecd19
--- /dev/null
+++ b/css/img/mark-as-read.png
Binary files differ
diff --git a/css/style.css b/css/style.css
index 5a649c39..295ea3c0 100755
--- a/css/style.css
+++ b/css/style.css
@@ -145,7 +145,7 @@ hr {
}
/* Navigation bars */
-.nav_container { position:fixed; top:220px; right:60px; margin:0px; padding:0px; white-space:nowrap; z-index:11; clear:both;}
+.nav_container { position:fixed; top:160px; right:60px; margin:0px; padding:0px; white-space:nowrap; z-index:11; clear:both;}
.nav_container.horizontal { position:absolute; white-space:normal; z-index:25; width:670px; }
.nav_container.horizontal div { float:right; padding-right:10px; }
bgstack15