css cleanups

This commit is contained in:
Alexander Tsybulsky 2020-06-30 11:55:47 +02:00
parent 493bb969b2
commit 08579b4bd1
2 changed files with 9 additions and 10 deletions

View File

@ -95,19 +95,18 @@ a.close-btn {
}
/* STRUCTURE DIVS, HEADER & FOOTER */
#abapGitLogo { outline: none; }
div#header {
padding: 0.5em 0.5em;
border-bottom: 3px double;
}
div#header td:not(.logo) { padding-top: 11px; } /* align with logo H */
div#header td.logo { width: 164px; }
div#header td:not(.logo) { padding-top: 11px; } /* align with logo H */
div#header td.logo {
width: 1px; /* autosize */
padding-bottom: 4px;
}
div#header span.page_title {
font-weight: normal;
font-size: 18pt;
font-size: x-large;
padding-left: 0.4em;
}

View File

@ -89,7 +89,7 @@ ENDCLASS.
CLASS zcl_abapgit_gui_page IMPLEMENTATION.
CLASS ZCL_ABAPGIT_GUI_PAGE IMPLEMENTATION.
METHOD call_browser.
@ -130,9 +130,9 @@ CLASS zcl_abapgit_gui_page IMPLEMENTATION.
ri_html->add( '<div id="footer">' ). "#EC NOTEXT
ri_html->add( zcl_abapgit_html=>a( iv_txt = '<img src="img/logo" alt="logo">'
iv_id = 'abapGitLogo'
iv_act = zif_abapgit_definitions=>c_action-abapgit_home ) ).
ri_html->add( zcl_abapgit_html=>a(
iv_txt = '<img src="img/logo" alt="logo">'
iv_act = zif_abapgit_definitions=>c_action-abapgit_home ) ).
ri_html->add( '<table class="w100"><tr>' ). "#EC NOTEXT
ri_html->add( '<td class="w40"></td>' ). "#EC NOTEXT