Skip to content

Commit

Permalink
Issue #1060: Layout changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sven committed Nov 8, 2021
1 parent b9df31f commit 3c315f6
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 5 deletions.
1 change: 1 addition & 0 deletions Kernel/Config/Files/XML/Ticket.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11179,6 +11179,7 @@
<Item Key="CSS">
<Array>
<Item>Core.TicketZoom.css</Item>
<Item>Core.Process.css</Item>
<Item>Core.Widget.css</Item>
</Array>
</Item>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
[% RenderBlockStart("Footer") %]
<div class="ActionRow">
[% RenderBlockStart("SubmitAdviceText") %]
<span class="AdviceText">[% Translate(Data.AdviceText) | html %]</span>
<p class="AdviceText">[% Translate(Data.AdviceText) | html %]</p>
[% RenderBlockEnd("SubmitAdviceText") %]
<button class="oooXS CloseButton">[% Translate("Discard") | html %]</button><!--
--><button class="Primary oooXS" id="[% Data.ButtonID | html %]" accesskey="g" title="[% Translate(Data.ButtonTitle) | html %] (g)" type="submit" value="[% Translate(Data.ButtonText) | html %]">[% Translate(Data.ButtonText) | html %]</button>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@

[% RenderBlockStart("Header") %]
<div class="MessageHeader">
<h1>
<h2>
[% Translate(Data.Name) | html %]
[% RenderBlockStart("DescriptionShort") %]
- [% Translate(Data.DescriptionShort) | html %]
[% RenderBlockEnd("DescriptionShort") %]
</h1>
</h2>
[% RenderBlockStart("DescriptionLong") %]
<p class="DescriptionLong">[% Translate(Data.DescriptionLong) | html %]</p>
<p class="DescriptionLong ooog">[% Translate(Data.DescriptionLong) | html %]</p>
[% RenderBlockEnd("DescriptionLong") %]
</div>
[% RenderBlockEnd("Header") %]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
[% RenderBlockEnd("rw:DynamicField:DescriptionLong") %]
[% Data.Label %]
[% RenderBlockStart("rw:DynamicField:DescriptionShort") %]
<div class="FieldExplanation">[% Translate(Data.DescriptionShort) | html %]</div>
<p class="FieldExplanation ooo12g">[% Translate(Data.DescriptionShort) | html %]</p>
[% RenderBlockEnd("rw:DynamicField:DescriptionShort") %]
<div class="Clear"></div>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,23 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.
* @package Skin "Default"
* @section Process ticket
*/

/* Layout */

.DescriptionLong {
padding-top: 4px;
}

.AdviceText {
padding-bottom: 16px;
}

/* Fields */

.FieldExplanation {
padding-left: 24px;
padding-top: 4px;
height: 18px;
margin-bottom: -22px;
}

0 comments on commit 3c315f6

Please sign in to comment.