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
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
gitlab-ce
Commits
9f673aa4
Commit
9f673aa4
authored
Mar 03, 2016
by
Phil Hughes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removed page specific variables
parent
b03df175
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
9 deletions
+12
-9
app/assets/stylesheets/framework/variables.scss
app/assets/stylesheets/framework/variables.scss
+3
-4
app/assets/stylesheets/pages/profile.scss
app/assets/stylesheets/pages/profile.scss
+8
-4
app/views/profiles/applications.html.haml
app/views/profiles/applications.html.haml
+1
-1
No files found.
app/assets/stylesheets/framework/variables.scss
View file @
9f673aa4
...
...
@@ -101,10 +101,9 @@ $border-red-dark: #CA264F;
$help-well-bg
:
#FAFAFA
;
$help-well-border
:
#E5E5E5
;
$settings-message-bg
:
#FBF2D9
;
$settings-message-color
:
#9E8E60
;
$settings-message-border
:
#F0E2BB
;
$settings-message-radius
:
3px
;
$warning-message-bg
:
#FBF2D9
;
$warning-message-color
:
#9E8E60
;
$warning-message-border
:
#F0E2BB
;
/* header */
$light-grey-header
:
#faf9f9
;
...
...
app/assets/stylesheets/pages/profile.scss
View file @
9f673aa4
...
...
@@ -178,14 +178,18 @@
.profile-settings-message
{
line-height
:
32px
;
color
:
$
settings
-message-color
;
background-color
:
$
settings
-message-bg
;
border
:
1px
solid
$
settings
-message-border
;
border-radius
:
$
settings-message-radius
;
color
:
$
warning
-message-color
;
background-color
:
$
warning
-message-bg
;
border
:
1px
solid
$
warning
-message-border
;
border-radius
:
$
border-radius-base
;
}
.oauth-applications
{
form
{
display
:
inline-block
;
}
.last-heading
{
width
:
105px
;
}
}
app/views/profiles/applications.html.haml
View file @
9f673aa4
...
...
@@ -29,7 +29,7 @@
%th
Name
%th
Callback URL
%th
Clients
%th
{
width:
105
}
%th
.last-heading
%tbody
-
@applications
.
each
do
|
application
|
%tr
{
:id
=>
"application_#{application.id}"
}
...
...
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