Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Fukász Rómeó Ervin
/
cloud
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
A prog2-höz tartozó friss repo anyagok itt elérhetőek:
https://git.iit.bme.hu/
Commit
62a152c0
authored
Feb 08, 2013
by
Dányi Bence
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
webui: remove old css code
parent
de53b59d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
26 deletions
+9
-26
one/static/wizard.less
+9
-26
No files found.
one/static/wizard.less
View file @
62a152c0
...
...
@@ -31,10 +31,6 @@
ul{
list-style: none;
}
input {
margin: 5px 10px;
padding: 3px;
}
}
.wizard{
li{
...
...
@@ -42,8 +38,8 @@
}
label{
float: left;
padding:
5
px;
margin: 10px 5px;
padding:
3
px;
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
5
px;
margin: 10px
3
px;
border-bottom: none !important;
}
label{
...
...
@@ -118,3 +95,9 @@
}
}
}
#new-template-name {
input {
margin: 10px 5px;
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment