stylesheet fix
This commit is contained in:
parent
a9c01b9b3e
commit
51e918f677
1 changed files with 5 additions and 2 deletions
|
|
@ -86,16 +86,19 @@ input[type="submit"] {
|
||||||
}
|
}
|
||||||
|
|
||||||
#overlay > #uri {
|
#overlay > #uri {
|
||||||
height: 29px;
|
height: 18px;
|
||||||
font-size: 21px;
|
font-size: 21px;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: 200px;
|
left: 200px;
|
||||||
top: 9px;
|
top: 9px;
|
||||||
max-width:550px;
|
max-width: 550px;
|
||||||
padding: 5px 0px 5px 5px;
|
padding: 5px 0px 5px 5px;
|
||||||
width: calc( 63% - 200px);
|
width: calc( 63% - 200px);
|
||||||
background: #f0f0f0;
|
background: #f0f0f0;
|
||||||
border-color: #Ccc;
|
border-color: #Ccc;
|
||||||
|
border: 2px solid #CCC;
|
||||||
|
border-radius: 7px;
|
||||||
|
color: #555;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn-foot{
|
.btn-foot{
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue