Changeset - 8d57723ffc30
[Not reviewed]
default
0 1 0
Søren Løvborg - 9 years ago 2017-02-16 16:09:53
sorenl@unity3d.com
css: don't force permission tables to 100% width

They become visually really awkward, with the None/Read/Write/Admin
columns spanning most of the table width.
1 file changed with 3 insertions and 0 deletions:
0 comments (0 inline, 0 general)
kallithea/public/css/style.css
Show inline comments
 
@@ -961,12 +961,15 @@ div.form div.form-horizontal div.form-gr
 
    border-collapse: separate;
 
    margin: 0;
 
    padding: 0;
 
    border: 1px solid #eee;
 
    border-radius: 4px;
 
}
 
#content div.panel table#permissions_manage {
 
    width: auto;
 
}
 

	
 
#content div.panel table th {
 
    background: #eee;
 
    border-bottom: 1px solid #ddd;
 
    padding: 5px 0px 5px 5px;
 
    text-align: left;
0 comments (0 inline, 0 general)