Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
coopwire-hypothesis
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
孙灵跃 Leon Sun
coopwire-hypothesis
Commits
fa9010a6
Commit
fa9010a6
authored
Jul 28, 2014
by
Aron Carroll
Committed by
Randall Leeds
Aug 21, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update change email form to use new form styles
parent
e3544edc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
108 deletions
+1
-108
common.scss
h/static/styles/common.scss
+1
-108
No files found.
h/static/styles/common.scss
View file @
fa9010a6
...
@@ -332,71 +332,6 @@ h6 {
...
@@ -332,71 +332,6 @@ h6 {
}
}
}
}
<<<<<<<
HEAD
=======
//
ICON
CLASSES
////////////////////////////////
.flag-icon
{
@include
fonticon
(
"\28"
,
left
);
}
.fave-icon
{
@include
fonticon
(
"\e006"
,
left
);
&
.checked
:before
{
content
:
"\e005"
;
}
}
.reply-icon
{
@include
fonticon
(
"\e004"
,
left
);
}
.share-icon
{
@include
fonticon
(
"\25"
,
left
);
}
.down-icon
{
@include
fonticon
(
"\e007"
,
left
);
}
.clipboard-icon
{
@include
fonticon
(
"\33"
,
left
);
}
.check-icon
{
@include
fonticon
(
"\35"
,
left
);
}
.plus-icon
{
@include
fonticon
(
"\e012"
,
left
);
}
.x-icon
{
@include
fonticon
(
"\36"
,
left
);
}
.vis-icon
{
@include
fonticon
(
"\e001"
,
left
);
}
.highlight-icon
{
@include
fonticon
(
"\e601"
,
left
);
}
.comment-icon
{
@include
fonticon
(
"\e600"
,
left
);
}
.launch-icon
{
@include
fonticon
(
"\2a"
,
left
);
}
.loading-icon
{
text-align
:
center
}
>>>>>>>
Revise
interface
to
make
it
a
bit
cleaner
.
//TABS////////////////////////////////
//TABS////////////////////////////////
.nav-tabs
{
.nav-tabs
{
border
:
1px
none
$gray-lighter
;
border
:
1px
none
$gray-lighter
;
...
@@ -667,20 +602,8 @@ pre {outline: 1px solid #ccc; padding: 5px; margin: 5px; }
...
@@ -667,20 +602,8 @@ pre {outline: 1px solid #ccc; padding: 5px; margin: 5px; }
}
}
// Panels //////////////////////////////
// Panels //////////////////////////////
<<<<<<<
HEAD
.slideover
{
@extend
.content
;
@include
stretch-y
;
@include
translateX
(
100%
);
height
:
100%
;
overflow-y
:
auto
;
overflow-x
:
hidden
;
-webkit-overflow-scrolling
:
touch
;
right
:
0px
;
=======
.panelsnav
{
.panelsnav
{
position
:
absolute
;
position
:
absolute
;
>>>>>>>
Revise
interface
to
make
it
a
bit
cleaner
.
left
:
0px
;
left
:
0px
;
right
:
0px
;
right
:
0px
;
top
:
2px
;
top
:
2px
;
...
@@ -691,37 +614,8 @@ pre {outline: 1px solid #ccc; padding: 5px; margin: 5px; }
...
@@ -691,37 +614,8 @@ pre {outline: 1px solid #ccc; padding: 5px; margin: 5px; }
}
}
}
}
<<<<<<<
HEAD
.panelcontainer
{
background
:
url("../images/noise_1.png")
;
margin-right
:
-15px
;
font-size
:
14px
;
.fullwidth
{
width
:
100%
;
}
.gravatar
{
float
:
left
;
margin
:
0px
10px
10px
0px
;
border
:
1px
solid
$grayLighter
;
}
.x-icon
{
width
:
1em
;
height
:
1em
;
opacity
:
0
.9
;
position
:
relative
;
&
:before
{
position
:
relative
;
top
:
2px
;
}
=======
.panel
{
.panel
{
@extend
.tab-content
;
padding
:
(
20
/
13
*
1em
)
0
;
max-width
:
none
!
important
;
padding
:
35px
25px
;
&
.shown
{
&
.shown
{
display
:
block
;
display
:
block
;
...
@@ -730,7 +624,6 @@ pre {outline: 1px solid #ccc; padding: 5px; margin: 5px; }
...
@@ -730,7 +624,6 @@ pre {outline: 1px solid #ccc; padding: 5px; margin: 5px; }
input
{
input
{
margin
:
5px
0
;
margin
:
5px
0
;
}
}
>>>>>>>
Revise
interface
to
make
it
a
bit
cleaner
.
.btn
{
.btn
{
margin-top
:
5px
;
margin-top
:
5px
;
...
...
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