Commit 9720240b authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Increate default font-size from 13 to 14px

parent 86a17390
...@@ -3,7 +3,7 @@ $hover: #FFF3EB; ...@@ -3,7 +3,7 @@ $hover: #FFF3EB;
$box_bg: #F9F9F9; $box_bg: #F9F9F9;
$gl-link-color: #446e9b; $gl-link-color: #446e9b;
$nprogress-color: #c0392b; $nprogress-color: #c0392b;
$gl-font-size: 13px; $gl-font-size: 14px;
$list-font-size: 15px; $list-font-size: 15px;
$sidebar_width: 230px; $sidebar_width: 230px;
$avatar_radius: 50%; $avatar_radius: 50%;
......
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
.slead { .slead {
color: #666; color: #666;
font-size: 14px; font-size: 15px;
margin-bottom: 12px; margin-bottom: 12px;
font-weight: normal; font-weight: normal;
line-height: 24px; line-height: 24px;
......
...@@ -57,7 +57,6 @@ ...@@ -57,7 +57,6 @@
border: 1px solid #ddd; border: 1px solid #ddd;
min-height: 100px; min-height: 100px;
padding: 5px; padding: 5px;
font-size: 14px;
box-shadow: none; box-shadow: none;
} }
...@@ -83,7 +82,6 @@ ...@@ -83,7 +82,6 @@
border: 1px solid #ddd; border: 1px solid #ddd;
min-height: 100px; min-height: 100px;
padding: 5px; padding: 5px;
font-size: 14px;
box-shadow: none; box-shadow: none;
width: 100%; width: 100%;
} }
...@@ -154,7 +154,7 @@ ...@@ -154,7 +154,7 @@
.collapse-nav a { .collapse-nav a {
position: fixed; position: fixed;
top: 47px; top: 46px;
padding: 5px 13px 3px 13px; padding: 5px 13px 3px 13px;
left: 197px; left: 197px;
background: #EEE; background: #EEE;
......
...@@ -45,15 +45,6 @@ ...@@ -45,15 +45,6 @@
} }
} }
.commit-committer-link,
.commit-author-link {
font-size: 13px;
color: #555;
&:hover {
color: #999;
}
}
.commit-box { .commit-box {
margin: 10px 0; margin: 10px 0;
border-top: 1px solid #ddd; border-top: 1px solid #ddd;
......
...@@ -100,6 +100,7 @@ li.commit { ...@@ -100,6 +100,7 @@ li.commit {
.commit-row-info { .commit-row-info {
color: #777; color: #777;
line-height: 24px; line-height: 24px;
font-size: 13px;
a { a {
color: #777; color: #777;
......
...@@ -53,6 +53,7 @@ ...@@ -53,6 +53,7 @@
} }
} }
.event-body { .event-body {
font-size: 13px;
margin-left: 35px; margin-left: 35px;
margin-right: 80px; margin-right: 80px;
color: #777; color: #777;
...@@ -184,11 +185,10 @@ ...@@ -184,11 +185,10 @@
} }
.event_filter { .event_filter {
li a { li a {
font-size: 13px;
padding: 5px 10px; padding: 5px 10px;
background: rgba(0,0,0,0.045); background: rgba(0,0,0,0.045);
margin-left: 4px; margin-left: 4px;
} }
} }
...@@ -12,7 +12,6 @@ ...@@ -12,7 +12,6 @@
color: #888; color: #888;
a { a {
font-size: 14px;
margin-right: 3px; margin-right: 3px;
} }
} }
...@@ -29,7 +28,6 @@ ...@@ -29,7 +28,6 @@
th { th {
padding-top: 15px; padding-top: 15px;
font-size: 14px;
line-height: 1.5; line-height: 1.5;
color: #333; color: #333;
text-align: left text-align: left
......
...@@ -11,6 +11,7 @@ ...@@ -11,6 +11,7 @@
.issue-info { .issue-info {
color: #999; color: #999;
font-size: 13px;
} }
.issue-check { .issue-check {
......
...@@ -96,6 +96,7 @@ ...@@ -96,6 +96,7 @@
.merge-request-info { .merge-request-info {
color: #999; color: #999;
font-size: 13px;
.merge-request-labels { .merge-request-labels {
display: inline-block; display: inline-block;
......
...@@ -38,13 +38,11 @@ ul.notes { ...@@ -38,13 +38,11 @@ ul.notes {
.author { .author {
color: #333; color: #333;
font-weight: bold; font-weight: bold;
font-size: 14px;
&:hover { &:hover {
color: $gl-link-color; color: $gl-link-color;
} }
} }
.author-username { .author-username {
font-size: 14px;
} }
} }
...@@ -57,9 +55,6 @@ ul.notes { ...@@ -57,9 +55,6 @@ ul.notes {
.note { .note {
display: block; display: block;
position:relative; position:relative;
.attachment {
font-size: 14px;
}
.note-body { .note-body {
overflow: auto; overflow: auto;
.note-text { .note-text {
...@@ -184,6 +179,7 @@ ul.notes { ...@@ -184,6 +179,7 @@ ul.notes {
margin-left: -60px; margin-left: -60px;
position: absolute; position: absolute;
z-index: 10; z-index: 10;
width: 32px;
transition: all 0.2s ease; transition: all 0.2s ease;
...@@ -192,8 +188,9 @@ ul.notes { ...@@ -192,8 +188,9 @@ ul.notes {
filter: alpha(opacity=0); filter: alpha(opacity=0);
&:hover { &:hover {
font-size: 24px; width: 38px;
background: $gl-primary; font-size: 20px;
background: $gl-info;
color: #FFF; color: #FFF;
@include show-add-diff-note; @include show-add-diff-note;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment