]> git.plutz.net Git - busy/blobdiff - Admin.css
porting busy to confetti framework
[busy] / Admin.css
diff --git a/Admin.css b/Admin.css
deleted file mode 100644 (file)
index a5b6941..0000000
--- a/Admin.css
+++ /dev/null
@@ -1,50 +0,0 @@
-/* Copyright 2011 Paul Haensch*/
-/* This file is part of Busy*/
-/**/
-/* Busy is free software: you can redistribute it and/or modify*/
-/* it under the terms of the GNU Affero General Public License as published by*/
-/* the Free Software Foundation, either version 3 of the License, or*/
-/* (at your option) any later version.*/
-/**/
-/* Busy is distributed in the hope that it will be useful,*/
-/* but WITHOUT ANY WARRANTY; without even the implied warranty of*/
-/* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the*/
-/* GNU Affero General Public License for more details.*/
-/**/
-/* You should have received a copy of the GNU Affero General Public License*/
-/* along with Busy.  If not, see <http://www.gnu.org/licenses/>.*/
-
-.section {
-  margin: .5em;
-  padding: 0em .5em .5em .5em;
-  background-color: #F7F7F7;
-  border-style: solid solid solid solid;
-  border-width: 1px;
-  border-color: #AAF;
-}
-.section h1 {
-  text-align: left;
-  font: normal bold 1.4em sans-serif;
-  margin: .3em 0em .4em 0em;
-  border-style: none none solid none;
-  border-width: 1px; border-color: #AAF;
-}
-
-.key{
-  display: inline-block;
-  width: 30%;
-  border-style: none none dotted none;
-  border-width: 1px;
-  border-color: #AAF;
-}
-.value{
-  display: inline-block;
-  min-width: 40%;
-  border-style: none;
-  border-width: 1px;
-  border-color: #AAF;
-}
-
-.value input[type=text] {
-  width: 100%;
-}