diff options
| author | Étienne Loks <etienne.loks@iggdrasil.net> | 2018-01-16 12:39:12 +0100 | 
|---|---|---|
| committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2018-01-16 12:39:12 +0100 | 
| commit | a6c11b0c0dfe2f6ab38fa0de3ff193c47a98903c (patch) | |
| tree | cfac4a8252ad020bdab6413fc64bf2c7f325faeb /scss | |
| parent | 026b8ae126f2fab71bdb306e73fc01b37b306b84 (diff) | |
| download | Ishtar-a6c11b0c0dfe2f6ab38fa0de3ff193c47a98903c.tar.bz2 Ishtar-a6c11b0c0dfe2f6ab38fa0de3ff193c47a98903c.zip  | |
UI: CSS improvments
Diffstat (limited to 'scss')
| -rw-r--r-- | scss/custom.scss | 15 | 
1 files changed, 13 insertions, 2 deletions
diff --git a/scss/custom.scss b/scss/custom.scss index 6706ec1f9..312048646 100644 --- a/scss/custom.scss +++ b/scss/custom.scss @@ -37,7 +37,6 @@ table.dataTable {      font-size: 1em;  } -  h3, .h3 {      font-size: 1.5rem;  } @@ -46,11 +45,15 @@ h4, .h4 {      font-size: 1.1rem;  } +textarea { +    height: 150px; +} +  .sheet h4 { color: $text-muted; }  .container{      margin-top: 1em; -    margin-bottom: 5em; +    margin-bottom: 8em;  }  .bg-dark{ @@ -71,11 +74,19 @@ h4, .h4 {  }  #context-menu, +p.confirm-message,  div#validation-bar{      background-color: $ishtar-secondary-color;      color: $dark-secondary-color;  } +p.confirm-message{ +    text-align:center; +    margin: 0; +    padding: 0.5rem; +    font-weight: bold; +} +  /* context menu */  #shortcut-menu {      width: 700px;  | 
