Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kazuhiko Shiozaki
gitlab-ce
Commits
ceb8f9df
Commit
ceb8f9df
authored
Mar 06, 2015
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove custom css for panels and navs
parent
3cbc0b1c
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
72 deletions
+4
-72
app/assets/stylesheets/gl_bootstrap.scss
app/assets/stylesheets/gl_bootstrap.scss
+0
-54
app/assets/stylesheets/gl_variables.scss
app/assets/stylesheets/gl_variables.scss
+2
-2
app/assets/stylesheets/main/mixins.scss
app/assets/stylesheets/main/mixins.scss
+0
-11
app/assets/stylesheets/sections/dashboard.scss
app/assets/stylesheets/sections/dashboard.scss
+2
-5
No files found.
app/assets/stylesheets/gl_bootstrap.scss
View file @
ceb8f9df
...
...
@@ -131,10 +131,6 @@
}
}
}
&
.nav-small-tabs
>
li
>
a
{
padding
:
6px
9px
;
}
}
.nav-tabs
>
li
>
a
,
...
...
@@ -142,15 +138,6 @@
color
:
#666
;
}
.nav-compact
>
li
>
a
{
padding
:
6px
12px
;
}
.nav-small
>
li
>
a
{
padding
:
3px
5px
;
font-size
:
12px
;
}
/**
* fix to keep tooltips position in top navigation bar
*
...
...
@@ -165,10 +152,7 @@
*
*/
.panel
{
@include
border-radius
(
0px
);
.panel-heading
{
@include
border-radius
(
0px
);
font-size
:
14px
;
line-height
:
18px
;
...
...
@@ -206,41 +190,3 @@
}
}
}
.panel-default
{
.panel-heading
{
background-color
:
#EEE
;
}
}
.panel-danger
{
@include
panel-colored
;
.panel-heading
{
color
:
$gl-danger
;
border-color
:
$gl-danger
;
}
}
.panel-success
{
@include
panel-colored
;
.panel-heading
{
color
:
$gl-success
;
border-color
:
$gl-success
;
}
}
.panel-primary
{
@include
panel-colored
;
.panel-heading
{
color
:
$gl-primary
;
border-color
:
$gl-primary
;
}
}
.panel-warning
{
@include
panel-colored
;
.panel-heading
{
color
:
$gl-warning
;
border-color
:
$gl-warning
;
}
}
app/assets/stylesheets/gl_variables.scss
View file @
ceb8f9df
...
...
@@ -617,7 +617,7 @@ $font-size-base: $gl-font-size;
//## Define alert colors, border radius, and padding.
// $alert-padding: 15px
// $alert-border-radius: $border-radius-base
$alert-border-radius
:
0
;
// $alert-link-font-weight: bold
// $alert-success-bg: $state-success-bg
...
...
@@ -702,7 +702,7 @@ $font-size-base: $gl-font-size;
// $panel-body-padding: 15px
// $panel-heading-padding: 10px 15px
// $panel-footer-padding: $panel-heading-padding
// $panel-border-radius: $border-radius-base
$panel-border-radius
:
0
;
//** Border color for elements within panels
// $panel-inner-border: #ddd
...
...
app/assets/stylesheets/main/mixins.scss
View file @
ceb8f9df
...
...
@@ -129,14 +129,3 @@
white-space
:
nowrap
;
max-width
:
$max_width
;
}
@mixin
panel-colored
{
border
:
1px
solid
#EEE
;
background
:
$box_bg
;
@include
box-shadow
(
0
1px
1px
rgba
(
0
,
0
,
0
,
0
.09
));
.panel-heading
{
font-weight
:
bold
;
background-color
:
$box_bg
;
}
}
app/assets/stylesheets/sections/dashboard.scss
View file @
ceb8f9df
...
...
@@ -31,11 +31,8 @@
li
{
&
.active
{
a
{
background-color
:
#EEE
;
border-bottom
:
1px
solid
#EEE
!
important
;
&
:hover
{
background
:
#eee
;
}
background-color
:
whitesmoke
!
important
;
border-bottom
:
1px
solid
whitesmoke
!
important
;
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment