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
1
Merge Requests
1
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
nexedi
gitlab-ce
Commits
86a17390
Commit
86a17390
authored
Mar 09, 2015
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make broadcast message look like a warning by default
parent
90f5dacc
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
12 deletions
+11
-12
app/assets/stylesheets/generic/common.scss
app/assets/stylesheets/generic/common.scss
+0
-12
app/assets/stylesheets/pages/admin.scss
app/assets/stylesheets/pages/admin.scss
+11
-0
No files found.
app/assets/stylesheets/generic/common.scss
View file @
86a17390
...
@@ -306,18 +306,6 @@ table {
...
@@ -306,18 +306,6 @@ table {
width
:
100%
;
width
:
100%
;
}
}
.broadcast-message
{
padding
:
10px
;
text-align
:
center
;
background
:
#555
;
color
:
#BBB
;
}
.broadcast-message-preview
{
@extend
.broadcast-message
;
margin-bottom
:
20px
;
}
.btn-sign-in
{
.btn-sign-in
{
margin-top
:
5px
;
margin-top
:
5px
;
text-shadow
:
none
;
text-shadow
:
none
;
...
...
app/assets/stylesheets/pages/admin.scss
View file @
86a17390
...
@@ -50,3 +50,14 @@
...
@@ -50,3 +50,14 @@
line-height
:
2
;
line-height
:
2
;
}
}
}
}
.broadcast-message
{
@extend
.alert-warning
;
padding
:
10px
;
text-align
:
center
;
}
.broadcast-message-preview
{
@extend
.broadcast-message
;
margin-bottom
:
20px
;
}
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