Commit 62a152c0 by Dányi Bence

webui: remove old css code

parent de53b59d
......@@ -31,10 +31,6 @@
ul{
list-style: none;
}
input {
margin: 5px 10px;
padding: 3px;
}
}
.wizard{
li{
......@@ -42,8 +38,8 @@
}
label{
float: left;
padding: 5px;
margin: 10px 5px;
padding: 3px;
margin: 10px 5px 10px -5px;
}
h2{
margin: 10px 0;
......@@ -67,29 +63,10 @@
input[type=text] {
display: block;
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{
float: right;
padding: 5px;
margin: 10px 5px;
width: 300px;
height: 100px;
font-family:'Metrophobic',sans-serif;
font-size: 12px;
text-align: right;
box-shadow: 0 0 10px rgba(0,0,0,0.3);
border: none;
}
nav{
a{
......@@ -110,7 +87,7 @@
li{
float: left;
padding: 5px;
margin: 10px 5px;
margin: 10px 3px;
border-bottom: none !important;
}
label{
......@@ -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