Beautifying 0ips commit to give settings option, also add warning prior to altering everyones view and moved everyones view stuff into my view only that needed to be moved..

This commit is contained in:
John McLear 2012-01-27 01:00:14 +00:00
parent 47ee0ec383
commit a53de45b32
3 changed files with 68 additions and 21 deletions

View file

@ -746,6 +746,7 @@ a#topbarmaximize {
top:40px;
right:20px;
width:400px;
height:135px;
z-index:500;
padding:10px;
border-radius:6px;
@ -1248,3 +1249,38 @@ label[for=readonlyinput] {
.rtl{
direction:RTL;
}
#settingslocal{
left:10px;
position:absolute;
width:200px;
}
#settingseveryone{
position:absolute;
right:10px;
width:200px;
}
#settingsline{
border-left: 1px solid #fff;
height: 110px;
position:absolute;
width:0px;
left:200px;
opacity:.8;
}
.warning{
padding:10px;
background-color:#FFA4A4;
opacity:.8;
}
#settingseveryoneitems{
display:none;
}
#settingswarning{
mouse:cursor;
}