From f95dabd12951fc90dc7608f78815687c4d954bcd Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Wed, 28 Dec 2011 17:48:43 -0500 Subject: [PATCH] Move inline CSS to the screen.css file --- web_frontend/index.html | 2 +- web_frontend/screen.css | 8 ++++++-- 2 files changed, 7 insertions(+), 3 deletions(-) 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; } -- 2.22.5