remove CSS rules for personalblock, remove it from core

This commit is contained in:
Jan-Christoph Borchardt 2014-03-27 16:42:08 +01:00
parent 25326b89da
commit 5b2abb32a6
2 changed files with 4 additions and 17 deletions

View File

@ -790,20 +790,12 @@ tr .action { width:16px; height:16px; }
tr:hover .action:hover, .selectedActions a:hover, .header-action:hover { -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; filter:alpha(opacity=100); opacity:1; }
tbody tr:hover, tr:active { background-color:#f8f8f8; }
#body-settings h2 {
font-size: 20px;
font-weight: normal;
margin-bottom: 7px;
}
#body-settings .personalblock, #body-settings .helpblock {
padding: 30px;
color: #555;
border-top: 1px solid #ddd;
}
#body-settings .personalblock#quota { position:relative; padding:0; }
#body-settings #controls+.helpblock { position:relative; margin-top:3em; }
code { font-family:"Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", monospace; }
#quota {
position: relative;
padding: 0;
}
#quota div {
padding: 0;
background-color: rgb(220,220,220);

View File

@ -12,11 +12,6 @@ input#openid, input#webdav { width:20em; }
display: block;
}
.personalblock input[type="checkbox"] {
position: relative;
top: 2px;
}
/* Sync clients */
.clientsbox { margin:12px; }
.clientsbox h1 { font-size:40px; font-weight:bold; margin:50px 0 20px; }