improve document list style
This commit is contained in:
parent
0824bbd8b8
commit
58f1051f2d
@ -9,8 +9,10 @@
|
|||||||
display: inline-block;
|
display: inline-block;
|
||||||
height: 200px;
|
height: 200px;
|
||||||
width: 200px;
|
width: 200px;
|
||||||
|
background-color: #e8e8e8;
|
||||||
margin: 1em;
|
margin: 1em;
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
|
border-radius: 5px;
|
||||||
}
|
}
|
||||||
.add-document a {
|
.add-document a {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
@ -31,17 +33,26 @@
|
|||||||
position: absolute;
|
position: absolute;
|
||||||
bottom: 5px;
|
bottom: 5px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
color: white;
|
font-weight: normal;
|
||||||
text-shadow: 0 0 10px #000;
|
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.documentslist .document {
|
.documentslist .document {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
height: 200px;
|
height: 200px;
|
||||||
width: 200px;
|
width: 200px;
|
||||||
|
background-color: #e8e8e8;
|
||||||
margin: 1em;
|
margin: 1em;
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
|
border-radius: 5px;
|
||||||
}
|
}
|
||||||
|
.documentslist .document:hover,
|
||||||
|
.documentslist .document:focus,
|
||||||
|
.documentslist .add-document:hover,
|
||||||
|
.documentslist .add-document:focus {
|
||||||
|
background-color: #ddd;
|
||||||
|
}
|
||||||
|
|
||||||
.documentslist .session-active {
|
.documentslist .session-active {
|
||||||
position: relative;
|
position: relative;
|
||||||
margin-left: 128px;
|
margin-left: 128px;
|
||||||
@ -61,9 +72,15 @@
|
|||||||
position: absolute;
|
position: absolute;
|
||||||
bottom: 5px;
|
bottom: 5px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
color: white;
|
font-weight: normal;
|
||||||
text-shadow: 0 0 10px #000;
|
text-overflow: ellipsis;
|
||||||
|
overflow: hidden;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
padding: 0 8px;
|
||||||
|
-webkit-box-sizing: border-box;
|
||||||
|
-moz-box-sizing: border-box;
|
||||||
|
box-sizing: border-box;
|
||||||
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
#odf-toolbar{
|
#odf-toolbar{
|
||||||
@ -127,4 +144,4 @@
|
|||||||
|
|
||||||
#members{
|
#members{
|
||||||
padding-top: 3em !important;
|
padding-top: 3em !important;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user