From: Robert Sesek Date: Wed, 28 Dec 2011 22:48:43 +0000 (-0500) Subject: Move inline CSS to the screen.css file X-Git-Tag: 0.8.600.0~11 X-Git-Url: https://src.bluestatic.org/?a=commitdiff_plain;h=f95dabd12951fc90dc7608f78815687c4d954bcd;p=armadillo.git Move inline CSS to the screen.css file --- diff --git a/web_frontend/index.html b/web_frontend/index.html index ffefd9b..f2485a4 100644 --- a/web_frontend/index.html +++ b/web_frontend/index.html @@ -8,7 +8,7 @@
-
New Directory
+
New Directory

List /

diff --git a/web_frontend/screen.css b/web_frontend/screen.css index 7b6d208..1ac9dae 100644 --- a/web_frontend/screen.css +++ b/web_frontend/screen.css @@ -1,7 +1,7 @@ /* * Armadillo File Manager - * Copyright (c) 2010, Robert Sesek - * + * Copyright (c) 2010-2011, Robert Sesek + * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software * Foundation, either version 3 of the License, or any later version. @@ -28,6 +28,10 @@ h1 { font-size: 0.7em; } +#mkdir { + float: right !important; +} + #ls { list-style: none; }