richdocuments/css/style.css

78 lines
1.2 KiB
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-08-16 21:20:31 +03:00
.documentslist tr:hover { background-color:#aaa; }
2013-07-01 22:36:17 +03:00
.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;
}
2013-08-17 11:32:19 +03:00
#editor-content{
position:relative;top:3em;
2013-08-12 19:07:44 +03:00
}
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-16 21:20:31 +03:00
/*
2013-08-13 01:27:26 +03:00
#editor-content #mainContainer{
background-color: transparent;
}
#mainContainer #collaboration{
2013-08-16 21:20:31 +03:00
float:right;position: relative;z-index: 1;
width: 70px;padding:5px;
2013-08-13 01:27:26 +03:00
}
#memberList{
padding-top: 5px;
2013-08-13 19:38:30 +03:00
}
2013-08-16 21:20:31 +03:00
*/
#mainContainer #editor{
/*position: relative !important;
top:36px; */
}
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-16 17:51:08 +03:00
}
#invitee-list li{
padding: 5px 0 5px 20px;
background: url('%webroot%/core/img/actions/delete.svg') 0 50% no-repeat;
2013-08-16 21:20:31 +03:00
}
#members{
z-index: 50;
position: relative;
}
#mainContainer{
position:absolute;
2013-08-07 18:02:20 +03:00
}