Compare commits

..

No commits in common. 'c30efc60a414eed2a608b92750178bbd43d73061' and '88782ead8cf77b00cd78baef5a80f8f02dfe48d7' have entirely different histories.

  1. BIN
      superx/WEB-INF/lib/openpdf-1.3.43.jar
  2. BIN
      superx/WEB-INF/lib/openpdf-2.0.3.jar
  3. 17
      superx/style/sx_common.css

BIN
superx/WEB-INF/lib/openpdf-1.3.43.jar

Binary file not shown.

BIN
superx/WEB-INF/lib/openpdf-2.0.3.jar

Binary file not shown.

17
superx/style/sx_common.css

@ -557,7 +557,7 @@ input.ndSchluesselfeld {
.field.has-addons .control .select select, .input, .field.has-addons .control .select select, .input,
.field.has-addons .control .button { .field.has-addons .control .button {
height: 2.5em; height: 2.5em;
border: thin solid hsl(0, 0%, 71%); /*hellgrau*/ border: thin solid hsl(0, 0%, 71%); } /*hellgrau*/
} }
.field.has-addons .control:not(:last-child) { .field.has-addons .control:not(:last-child) {
@ -568,12 +568,6 @@ input.ndSchluesselfeld {
height: 2.5em; /* entspricht der Höhe des Eingabeldes*/ height: 2.5em; /* entspricht der Höhe des Eingabeldes*/
} }
[data-tooltip]:not(.is-disabled).has-tooltip-right::before,
[data-tooltip]:not(.is-loading).has-tooltip-right::before,
[data-tooltip]:not([disabled]).has-tooltip-right::before,
[data-tooltip]:not(.is-disabled).has-tooltip-left::before,
[data-tooltip]:not(.is-loading).has-tooltip-left::before,
[data-tooltip]:not([disabled]).has-tooltip-left::before,
[data-tooltip]:not(.is-disabled).has-tooltip-bottom::before, [data-tooltip]:not(.is-disabled).has-tooltip-bottom::before,
[data-tooltip]:not(.is-loading).has-tooltip-bottom::before, [data-tooltip]:not(.is-loading).has-tooltip-bottom::before,
[data-tooltip]:not([disabled]).has-tooltip-bottom::before { [data-tooltip]:not([disabled]).has-tooltip-bottom::before {
@ -582,18 +576,17 @@ input.ndSchluesselfeld {
position: absolute; position: absolute;
z-index: 1000; z-index: 1000;
padding: 1.0em; padding: 1.0em;
background-color: #a6a6a6ff; /*UDE: #a6a6a6ff; sx-regulär:royalblue;*/ background-color: royalblue /*#333*/;
color: white; color: white;
border-radius: 0.3em; border-radius: 0.3em;
white-space: wrap; white-space: wrap;
text-align: left; text-align: left;
width: 25em; width: 250px;
height: fit-content; height: fit-content;
white-space: wrap; /* für Zeilenumbrüche nach Standard-Regeln*/ white-space: wrap; /* für Zeilenumbrüche nach Standard-Regeln*/
overflow-wrap: break-word; /* aktuell: für Umbrüche nach Standard-Regeln*/ overflow-wrap: break-word; /* aktuell: für Umbrüche nach Standard-Regeln*/
hyphens: auto; hyphens: auto; }
}
/*Listen*/ /*Listen*/
ul { ul {
/*margin: 0px; /*margin: 0px;

Loading…
Cancel
Save