@ -71,32 +71,26 @@ body {
-webkit-box-shadow : 1px 1px 1px 1px # ccc ;
box-shadow : 1px 1px 1px 1px # ccc ;
margin-bottom : 15px ;
}
. dinfo # filename {
margin : 2px 15px 0 0 ;
}
# info {
text-align : left ;
display : flex ;
flex-wrap : wrap ;
justify-content : space-between ;
background-color : white ;
padding : 5px 5px 5px 5px ;
}
# info # filename ,
# editform # filename {
width : 232px ;
}
# info # extension ,
# editform # extension {
width : 40px ;
}
# info . float-left {
margin-top : 2px ;
margin-right : 20px ;
}
# info . right {
# info . text-right {
font-size : 13px ;
}
@ -115,6 +109,11 @@ body {
color : # 556A7F ;
}
# info input [ type = checkbox ] {
margin : 0 ;
vertical-align : bottom ;
}
# footer {
color : gray ;
text-align : right ;
@ -158,7 +157,8 @@ body {
}
. fixed {
width : 800px ;
width : 80vw ;
max-width : 800px ;
}
. needs-border {
@ -245,19 +245,28 @@ body {
}
# choices {
float : left ;
display : flex ;
align-items : center ;
flex-wrap : wrap ;
justify-content : space-between ;
width : 100 % ;
text-align : left ;
vertical-align : bottom ;
margin-top : 5px ;
font-size : 13px ;
}
# choices label : first-child {
margin-right : 15px ;
}
# expiry {
float : right ;
padding-top : 1px ;
}
# randomize {
vertical-align : bottom ;
margin : 0 ;
}
. oopscontent {
width : 400px ;
}
@ -267,8 +276,13 @@ body {
border : 0 ;
}
. error-404 img {
max-width : 90vw ;
}
. editor {
width : 705px ;
width : 90vw ;
max-width : 705px ;
height : 450px ;
border-color : # cccccc ;
font-family : monospace ;