aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorthmsdt <thomas.kulik@telekom.de>2022-11-03 10:09:12 +0100
committerAndreas Geissler <andreas-geissler@telekom.de>2022-11-10 16:00:01 +0000
commit721b9415b17ff7ac9306438def8a9a26e20bc723 (patch)
tree40753c596d33b658e313fc2b0242a449c6f942df
parent42a9f4a8aca9e3aa30031e1ef889aa451ecc4bf2 (diff)
fix ribbon.csskohn
Issue-ID: DOC-798 Signed-off-by: thmsdt <thomas.kulik@telekom.de> Change-Id: I0dddd2942d50a349791ec719b8758a91eaf06e53 (cherry picked from commit 546db2eed81b83b4c1ca18276066cefbb0995b62)
-rw-r--r--docs/_static/css/ribbon.css42
1 files changed, 22 insertions, 20 deletions
diff --git a/docs/_static/css/ribbon.css b/docs/_static/css/ribbon.css
index 89adc647..afb9480d 100644
--- a/docs/_static/css/ribbon.css
+++ b/docs/_static/css/ribbon.css
@@ -7,13 +7,14 @@
top: 25px;
right: -50px;
-webkit-transform: rotate(45deg);
- -moz-transform: rotate(45deg);
- -ms-transform: rotate(45deg);
- -o-transform: rotate(45deg);
- transform: rotate(45deg);
+ -moz-transform: rotate(45deg);
+ -ms-transform: rotate(45deg);
+ -o-transform: rotate(45deg);
+ transform: rotate(45deg);
-webkit-box-shadow: 0 0 10px #888;
- -moz-box-shadow: 0 0 10px #888;
- box-shadow: 0 0 10px #888;
+ -moz-box-shadow: 0 0 10px #888;
+ box-shadow: 0 0 10px #888;
+
}
.ribbon a {
@@ -34,28 +35,29 @@
color: #fff;
}
+
/* override table width restrictions */
@media screen and (min-width: 767px) {
- .wy-table-responsive table td,
- .wy-table-responsive table th {
- /* !important prevents the common CSS stylesheets from overriding
- this as on RTD they are loaded after this stylesheet */
- white-space: normal !important;
- }
-
- .wy-table-responsive {
- overflow: visible !important;
- }
+
+ .wy-table-responsive table td, .wy-table-responsive table th {
+ /* !important prevents the common CSS stylesheets from overriding
+ this as on RTD they are loaded after this stylesheet */
+ white-space: normal !important;
+ }
+
+ .wy-table-responsive {
+ overflow: visible !important;
+ }
}
@media screen and (max-width: 767px) {
- .wy-table-responsive table td {
- white-space: nowrap;
- }
+ .wy-table-responsive table td {
+ white-space: nowrap;
+ }
}
/* fix width of the screen */
.wy-nav-content {
- max-width: none;
+ max-width: 800px;
}