Commit f395990f by Dányi Bence

one: ajax rename input style updated

parent 560fecd5
...@@ -93,6 +93,7 @@ ...@@ -93,6 +93,7 @@
} }
.summary{ .summary{
padding: 15px 5px; padding: 15px 5px;
line-height: 1.7em;
border-top: 1px solid #888; border-top: 1px solid #888;
cursor: pointer; cursor: pointer;
background-color: #c1c1c1; background-color: #c1c1c1;
...@@ -151,6 +152,20 @@ ...@@ -151,6 +152,20 @@
z-index: 2; z-index: 2;
position: relative; position: relative;
} }
input {
border: none;
border-radius: 2px;
border-bottom: 1px solid #888;
margin: 0px 5px;
padding: 1px;
background: rgba(0,0,0,0.1);
font-family: 'Titillium Web', sans-serif;
outline: none;
}
input[type=submit]{
border: 1px solid #888;
cursor: pointer;
}
} }
&.opened #new-folder-form { &.opened #new-folder-form {
display: block; display: block;
...@@ -168,6 +183,7 @@ ...@@ -168,6 +183,7 @@
height: 40px; height: 40px;
text-align: center; text-align: center;
line-height: 40px; line-height: 40px;
font-size: 0.8em;
} }
} }
h3{ h3{
...@@ -243,8 +259,9 @@ ...@@ -243,8 +259,9 @@
} }
.info{ .info{
float: right; float: right;
width: 60px; width: 65px;
text-align: right; text-align: right;
font-size: 0.8em;
} }
} }
.filetype-c { .filetype-c {
......
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