diff options
Diffstat (limited to 'server/sonar-web/src/main/less/init/misc.less')
-rw-r--r-- | server/sonar-web/src/main/less/init/misc.less | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/server/sonar-web/src/main/less/init/misc.less b/server/sonar-web/src/main/less/init/misc.less index b766304822a..3cc8526e54d 100644 --- a/server/sonar-web/src/main/less/init/misc.less +++ b/server/sonar-web/src/main/less/init/misc.less @@ -43,6 +43,11 @@ .spacer-bottom { margin-bottom: 8px; } .spacer-top { margin-top: 8px; } +.big-spacer-left { margin-left: 16px; } +.big-spacer-right { margin-right: 16px; } +.big-spacer-bottom { margin-bottom: 16px; } +.big-spacer-top { margin-top: 16px; } + .little-spacer-left { margin-left: 4px; } .little-spacer-right { margin-right: 4px; } .little-spacer-bottom { margin-bottom: 4px; } @@ -62,12 +67,16 @@ td.spacer-top { padding-top: 8px; } .bordered-bottom { border-bottom: 1px solid @barBorderColor; } .bordered-top { border-top: 1px solid @barBorderColor; } +.overflow-hidden { overflow: hidden; } + .width-100 { width: 100%; } .width-80 { width: 80%; } .width-60 { width: 60%; } .width-55 { width: 55%; } .width-50 { width: 50%; } .width-40 { width: 40%; } +.width-30 { width: 30%; } +.width-25 { width: 25%; } .width-20 { width: 20%; } .width-15 { width: 15%; } |