T141 common styles merged

This commit is contained in:
2021-02-19 13:10:59 +01:00
parent 584c848473
commit 3a0522a1db
2 changed files with 10 additions and 4 deletions

View File

@@ -43,6 +43,8 @@
margin-bottom: 50px;
}
/*TODO create tab menu style in common.css*/
#advancedMenu {
margin-top: 30px;
width: 720px;
@@ -57,6 +59,7 @@
padding: 10px;
font-size: 24px;
cursor: pointer;
border-bottom: #f0f0f0 1px solid;
}
.advancedMenuTab:hover {
@@ -73,6 +76,7 @@
background: gray;
color: white;
font-weight: 700;
border-bottom: gray 1px solid;
}
#functionBar {
@@ -95,10 +99,12 @@
margin-bottom: 40px;
}
/*TODO add style to common*/
#messageLink {
width: 630px;
padding: 10px;
font-size: 18px;
background: #f0f0f0;
}
.fieldDefault {