richdocuments/css/style.css

67 lines
1.1 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-17 14:05:12 +03:00
.documentslist tr:hover { background-color:#eee; }
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{
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
}
#office-appsettings #appsettings_popup{
right:0;
}
.office-settings-btn{
position:fixed;
right:1.5em;
}
.claro .office-settings-btn,
.claro #office-appsettings{
display:none;
2013-08-18 17:11:22 +03:00
}
.session-info{
float:right;
display: none;
}
tr:hover .session-info{
display: inline;
2013-08-07 18:02:20 +03:00
}