summaryrefslogtreecommitdiff
path: root/source/default.css
diff options
context:
space:
mode:
authorOlivier <olivier.hallot@libreoffice.org>2017-02-22 13:30:59 -0300
committerOlivier Hallot <olivier.hallot@edx.srv.br>2017-02-22 16:33:43 +0000
commit4653c092350d627d43e895039fa17c37a1fd0251 (patch)
tree232df74974cffe968b8c1f09bdd669bea53f1075 /source/default.css
parent1c22474b8b970ccd638b274c3e2b83483e72f780 (diff)
Improvements in CSS for online help3
Change-Id: I3340b980c98feaf24557dc8cfaa95c0a27506b58 Reviewed-on: https://gerrit.libreoffice.org/34550 Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br> Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
Diffstat (limited to 'source/default.css')
-rw-r--r--source/default.css44
1 files changed, 24 insertions, 20 deletions
diff --git a/source/default.css b/source/default.css
index 1076e58654..dce078cb3a 100644
--- a/source/default.css
+++ b/source/default.css
@@ -127,38 +127,42 @@ h4, h5, h6
position: fixed;
bottom: 5px;
right: 5px;
+left:30%;
+top:10%;
overflow:auto;
-width: 69%;
-height: 90%;
border:solid 1px;
+padding:10px;
}
-
#BottomLeft {
position: fixed;
bottom: 5px;
left: 5px;
overflow:auto;
-width: 30%;
-height: 90%;
-border:solid 1px;
+right: 70%;
+top: 10%;
+border-top:solid 1px;
+border-left:solid 1px;
+border-bottom:solid 1px;
+padding:10px;
}
-
#TopRight {
-width: 69%;
-height: 9%;
-position: fixed;
-top: 5px;
-right: 5px;
-border:solid 1px;
+ border-top:solid 1px;
+ border-left:solid 1px;
+ border-right:solid 1px;
+ position: fixed;
+ right: 5px;
+ top: 5px;
+ left: 30%;
+ bottom:90%;
}
-
#TopLeft {
-width: 30%;
-height: 9%;
-position: fixed;
-top: 5px;
-left: 5px;
-border:solid 1px;
+ border-top:solid 1px;
+ border-left:solid 1px;
+ left: 5px;
+ position: fixed;
+ top: 5px;
+ right: 70%;
+ bottom:90%;
}
#mediadiv {