Commit 62a152c0 by Dányi Bence

webui: remove old css code

parent de53b59d
...@@ -31,10 +31,6 @@ ...@@ -31,10 +31,6 @@
ul{ ul{
list-style: none; list-style: none;
} }
input {
margin: 5px 10px;
padding: 3px;
}
} }
.wizard{ .wizard{
li{ li{
...@@ -42,8 +38,8 @@ ...@@ -42,8 +38,8 @@
} }
label{ label{
float: left; float: left;
padding: 5px; padding: 3px;
margin: 10px 5px; margin: 10px 5px 10px -5px;
} }
h2{ h2{
margin: 10px 0; margin: 10px 0;
...@@ -67,29 +63,10 @@ ...@@ -67,29 +63,10 @@
input[type=text] { input[type=text] {
display: block; display: block;
float: right; float: right;
padding: 5px;
margin: 10px 5px;
width: 200px;
text-align: right;
box-shadow: 0 0 10px rgba(0,0,0,0.3);
border: none;
border-radius: 4px;
}
input:focus{
box-shadow: 0 0 12px rgb(128,128,255);
outline: none;
} }
textarea{ textarea{
float: right; float: right;
padding: 5px;
margin: 10px 5px;
width: 300px;
height: 100px;
font-family:'Metrophobic',sans-serif;
font-size: 12px;
text-align: right; text-align: right;
box-shadow: 0 0 10px rgba(0,0,0,0.3);
border: none;
} }
nav{ nav{
a{ a{
...@@ -110,7 +87,7 @@ ...@@ -110,7 +87,7 @@
li{ li{
float: left; float: left;
padding: 5px; padding: 5px;
margin: 10px 5px; margin: 10px 3px;
border-bottom: none !important; border-bottom: none !important;
} }
label{ label{
...@@ -118,3 +95,9 @@ ...@@ -118,3 +95,9 @@
} }
} }
} }
#new-template-name {
input {
margin: 10px 5px;
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment