richdocuments/css/style.css

51 lines
826 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%;}
.documentslist li{
float:left;
margin:40px;
}
.documentslist li img{
width:256px;
height:256px;
}
2013-06-30 20:53:42 +02:00
2013-08-12 19:07:44 +03:00
#office-content{
2013-08-18 17:21:29 +03:00
padding-top: 3em;
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-17 12:09:05 +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
}
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
}
#mainContainer{
position:absolute;
2013-08-18 12:54:57 +03:00
}