improve rename and new poupus

This commit is contained in:
Henrique Dias
2016-02-07 19:37:01 +00:00
parent 01c4a28dcc
commit 9f8ffce08b
5 changed files with 159 additions and 100 deletions

View File

@@ -7,6 +7,10 @@ body {
padding-top: 3em;
}
* {
box-sizing: border-box;
}
a {
text-decoration: none;
color: #1976D2;
@@ -466,6 +470,8 @@ fieldset input {
width: 182%;
}
/* POPUS */
.foreground {
z-index: 99999;
position: fixed;
@@ -476,7 +482,7 @@ fieldset input {
background-color: rgba(0, 0, 0, 0.1);
}
.input {
.popup {
z-index: 999999;
position: fixed;
margin: 0 auto;
@@ -492,7 +498,7 @@ fieldset input {
box-shadow: 0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24);
}
.input input[type="text"] {
.popup input[type="text"] {
border-bottom: .15em solid white;
}