summaryrefslogtreecommitdiff
path: root/help3xsl/default.css
diff options
context:
space:
mode:
Diffstat (limited to 'help3xsl/default.css')
-rw-r--r--help3xsl/default.css17
1 files changed, 5 insertions, 12 deletions
diff --git a/help3xsl/default.css b/help3xsl/default.css
index 19d4ff53d5..3a83d55d42 100644
--- a/help3xsl/default.css
+++ b/help3xsl/default.css
@@ -434,10 +434,12 @@ header input[type=checkbox],
float: left;
}
.calc,
+.chart,
.writer,
.impress,
.draw,
.math,
+.basic,
.base {
width: 21.5px;
height: 26px;
@@ -465,19 +467,9 @@ header input[type=checkbox],
}
.chart {
background-image: url(media/navigation/libo-chart.svg);
- width: 25.14px;
- height: 25.4px;
- position: relative;
- top: -6.5px;
- margin-right: 5px;
}
.basic {
background-image: url(media/navigation/libo-basic.svg);
- width: 25.4px;
- height: 25.4px;
- position: relative;
- top: -8.7px;
- margin-right: 5px;
}
/* tree view */
@@ -558,7 +550,7 @@ header input[type=checkbox],
}
@media screen and (min-width: 960px) {
body {
- max-width: 1280px;
+ max-width: 1024px;
margin: auto;
}
header > ul > li > a {
@@ -575,6 +567,7 @@ header input[type=checkbox],
}
.accordion {
display: flex;
+ width: 960px;
}
.acc-panel {
flex-basis: 320px;
@@ -602,4 +595,4 @@ header input[type=checkbox],
"footer footer";
}
}
-} \ No newline at end of file
+}