richdocuments/css/style.css

58 lines
931 B
CSS
Raw Normal View History

2013-06-30 20:53:42 +02:00
#emptyfolder { position:absolute; margin:10em 0 0 10em; font-size:1.5em; font-weight:bold; color:#888; text-shadow:#fff 0 1px 0; }
2013-08-12 19:07:44 +03:00
.documentslist { padding:5px; width:100%;}
2013-07-01 22:36:17 +03:00
.documentslist tr:hover { backgound-color:#aaa; }
.documentslist tr td { padding:5px; }
2013-06-30 20:53:42 +02:00
2013-08-12 19:07:44 +03:00
#office-content{
padding-left:160px;
2013-08-07 18:02:20 +03:00
}
2013-08-13 19:38:30 +03:00
#office-content.wide{
padding-left: 0;
}
2013-08-12 19:07:44 +03:00
#editing-sessions{
position:absolute;
left:0;
padding:5px;
top:3em;
width:150px;
overflow:hidden;
}
#editor-content{
position:relative;top:3em;width: 100%;
}
2013-08-07 18:02:20 +03:00
2013-08-12 19:07:44 +03:00
#editing-sessions div{
2013-08-07 18:02:20 +03:00
margin:5px 0;
2013-08-09 19:15:47 +03:00
}
#odf_close{
float:left;
2013-08-13 01:27:26 +03:00
}
2013-08-13 19:38:30 +03:00
#odf_invite{
float:right;
}
2013-08-13 01:27:26 +03:00
#editor-content #mainContainer{
background-color: transparent;
}
#mainContainer #collaboration{
position: relative;z-index: 1;
width: 120px;margin-left: 10px;
}
#memberList{
padding-top: 5px;
2013-08-13 19:38:30 +03:00
}
#invite-block{
position: absolute;
top:3em;
margin-top:-3px;
right:72px;
padding: 10px;
background-color: #ddd;
2013-08-07 18:02:20 +03:00
}