aboutsummaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorcedricbonhomme <devnull@localhost>2010-07-15 14:49:02 +0200
committercedricbonhomme <devnull@localhost>2010-07-15 14:49:02 +0200
commite16710640bd59f09e38986da78b29dc0f2fbad2e (patch)
treea248d890ee3b303a4052e29ec501172beb5a0199 /css
parentMinor bug fix when the field updated_parsed for an article does not exists. (diff)
downloadnewspipe-e16710640bd59f09e38986da78b29dc0f2fbad2e.tar.gz
newspipe-e16710640bd59f09e38986da78b29dc0f2fbad2e.tar.bz2
newspipe-e16710640bd59f09e38986da78b29dc0f2fbad2e.zip
CSS Improvement. Now the menu (list of feeds) is fixed to the top. The menu remains accessible when you scroll the web page.
Diffstat (limited to 'css')
-rw-r--r--css/img/tuxrss.pngbin21798 -> 6879 bytes
-rwxr-xr-xcss/style.css9
2 files changed, 6 insertions, 3 deletions
diff --git a/css/img/tuxrss.png b/css/img/tuxrss.png
index b432050c..d4d38473 100644
--- a/css/img/tuxrss.png
+++ b/css/img/tuxrss.png
Binary files differ
diff --git a/css/style.css b/css/style.css
index c4316437..41a25d99 100755
--- a/css/style.css
+++ b/css/style.css
@@ -135,7 +135,6 @@ hr {
margin: 1em 0em;
}
-/* Navigation bars */
#heading {
position: absolute;
@@ -145,6 +144,11 @@ hr {
z-index: 1;
}
+/* Navigation bars */
+.nav_container { position:fixed; top:200px; 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; }
+
#nav {
position: absolute;
top: 0px;
@@ -337,5 +341,4 @@ blockquote.right {
max-height: 300px;
overflow: scroll;
margin-top: 0.5em;
-}
-
+} \ No newline at end of file
bgstack15