summaryrefslogtreecommitdiffstats
path: root/web_src/css/shared/repoorg.css
blob: 5573ae47b81ec15065579677f2e254f4f81249dd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
.repository .head .ui.header .text,
.organization .head .ui.header .text {
  vertical-align: middle;
  font-size: 1.6rem;
  margin-left: 15px;
}

.repository .ui.tabs.container,
.organization .ui.tabs.container {
  margin-top: 14px;
  margin-bottom: 0;
}

.repository .head .ui.header .org-visibility .label,
.organization .head .ui.header .org-visibility .label {
  margin-left: 5px;
  margin-top: 5px;
}