diff options
author | pb1dft <pb1dft@ampache> | 2006-12-07 21:34:09 +0000 |
---|---|---|
committer | pb1dft <pb1dft@ampache> | 2006-12-07 21:34:09 +0000 |
commit | 850181068e07ea807c03a6a020dc2400641fcce4 (patch) | |
tree | 8ffc10a24665a0bbf72a79e63245429fbab69088 /contrib | |
parent | 11597a1ec69e1fc82a3bb6a2915d75c16164992e (diff) | |
download | ampache-850181068e07ea807c03a6a020dc2400641fcce4.tar.gz ampache-850181068e07ea807c03a6a020dc2400641fcce4.tar.bz2 ampache-850181068e07ea807c03a6a020dc2400641fcce4.zip |
A minor css mod for play switch type
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/themes/INHOLLAND/templates/default.css | 7 | ||||
-rw-r--r-- | contrib/themes/INHOLLAND/theme.cfg.php | 2 |
2 files changed, 8 insertions, 1 deletions
diff --git a/contrib/themes/INHOLLAND/templates/default.css b/contrib/themes/INHOLLAND/templates/default.css index 1e9970ec..523303f0 100644 --- a/contrib/themes/INHOLLAND/templates/default.css +++ b/contrib/themes/INHOLLAND/templates/default.css @@ -381,6 +381,13 @@ div#sidebar{ #sidebar li:hover ul, #sidebar li.sfhover ul { left: auto; /* this calls the submenu back when the parent li is hovered. */ } +#play_type_switch { + width: 11em; + position: relative; + top: -2px; + left: -4px; + font-size: 8px; +} /* Styles for Now Playing */ #nowplaying{ diff --git a/contrib/themes/INHOLLAND/theme.cfg.php b/contrib/themes/INHOLLAND/theme.cfg.php index 9a350116..d4c8015d 100644 --- a/contrib/themes/INHOLLAND/theme.cfg.php +++ b/contrib/themes/INHOLLAND/theme.cfg.php @@ -28,7 +28,7 @@ maintainer = "Terence Theijn <terence.theijn@gmail.com>" # Version # This is the revision for this theme, It's up to the maintainer # or author to decide how they want to format this -version = "1.0" +version = "1.0a" # Orientation # This was added as of 3.3.2-Alpha4, this tells Ampache if this theme |