fix position and style of document and memberlist, get rid of excessive shadows and styling
This commit is contained in:
parent
5318b7dc61
commit
6d1afe1c14
18
css/3rdparty/webodf/editor.css
vendored
18
css/3rdparty/webodf/editor.css
vendored
@ -8,7 +8,7 @@ body.claro, #mainContainer {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#mainContainer {
|
#mainContainer {
|
||||||
background-color: gray;
|
background-color: #ddd;
|
||||||
}
|
}
|
||||||
|
|
||||||
#editor *:focus {
|
#editor *:focus {
|
||||||
@ -17,7 +17,6 @@ body.claro, #mainContainer {
|
|||||||
|
|
||||||
#editor {
|
#editor {
|
||||||
border: none;
|
border: none;
|
||||||
box-shadow: 0px 0px 14px #555;
|
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
padding: 0px !important;
|
padding: 0px !important;
|
||||||
z-index: 4;
|
z-index: 4;
|
||||||
@ -30,7 +29,7 @@ body.claro, #mainContainer {
|
|||||||
right: 0;
|
right: 0;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
z-index: 5;
|
z-index: 5;
|
||||||
box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
|
background-color: rgba(255,255,255,.95);
|
||||||
}
|
}
|
||||||
|
|
||||||
#container {
|
#container {
|
||||||
@ -63,7 +62,6 @@ body.claro, #mainContainer {
|
|||||||
* every time a gesture ends
|
* every time a gesture ends
|
||||||
*/
|
*/
|
||||||
#canvas > div {
|
#canvas > div {
|
||||||
box-shadow: 0px 0px 20px #aaa;
|
|
||||||
border: 1px solid #ccc;
|
border: 1px solid #ccc;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -96,7 +94,7 @@ body.claro, #mainContainer {
|
|||||||
width: 70px;
|
width: 70px;
|
||||||
padding: 2px;
|
padding: 2px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
background-color: gray;
|
background-color: #ddd;
|
||||||
border: none;
|
border: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -140,17 +138,13 @@ body.claro, #mainContainer {
|
|||||||
width: 68px;
|
width: 68px;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
background-color: black;
|
|
||||||
box-shadow: 0px 0px 5px rgb(90, 90, 90);
|
|
||||||
border: 1px solid black;
|
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
#memberList .memberListLabel {
|
#memberList .memberListLabel {
|
||||||
color: white;
|
color: #555;
|
||||||
border-radius: 5px;
|
border-radius: 3px;
|
||||||
padding: 2px;
|
font-size: 10px;
|
||||||
font-size: 8pt;
|
|
||||||
word-wrap: break-word;
|
word-wrap: break-word;
|
||||||
text-align: center justify;
|
text-align: center justify;
|
||||||
}
|
}
|
||||||
|
@ -244,15 +244,12 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
#members{
|
#members{
|
||||||
padding-top: 69px !important;
|
padding-top: 86px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.memberListButton span {
|
.memberListButton span {
|
||||||
display: block;
|
display: block;
|
||||||
box-shadow: 0px 0px 5px rgb(90, 90, 90) inset;
|
border-radius: 3px;
|
||||||
background-color: rgb(200, 200, 200);
|
|
||||||
border-radius: 5px;
|
|
||||||
border: 2px solid;
|
|
||||||
display: block;
|
display: block;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
}
|
}
|
||||||
@ -279,7 +276,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
#container {
|
#container {
|
||||||
top: 38px !important;
|
top: 83px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
cursor > div {
|
cursor > div {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user