GUACAMOLE-220: Add semantic CSS class for headers having corresponding tabs.

This commit is contained in:
Michael Jumper
2018-07-21 01:11:24 -07:00
parent edcb2af21f
commit 861bddea6d
5 changed files with 6 additions and 10 deletions

View File

@@ -17,10 +17,6 @@
* under the License.
*/
.settings .header {
margin-bottom: 0;
}
.settings table.properties th {
text-align: left;
font-weight: normal;

View File

@@ -1,7 +1,7 @@
<div class="view">
<div class="header">
<div class="header tabbed">
<h2>{{'SETTINGS.SECTION_HEADER_SETTINGS' | translate}}</h2>
<guac-user-menu></guac-user-menu>
</div>