Skip to content
Snippets Groups Projects
Commit 5b2abb32 authored by Jan-Christoph Borchardt's avatar Jan-Christoph Borchardt
Browse files

remove CSS rules for personalblock, remove it from core

parent 25326b89
No related branches found
No related tags found
No related merge requests found
......@@ -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);
......
......@@ -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; }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment