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
a017b11f
Commit
a017b11f
authored
Aug 21, 2014
by
RawKStar77
Committed by
Randall Leeds
Aug 23, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Kill placeholder, reposition markdown icon, clean up code.
parent
24f1f9b1
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
29 additions
and
27 deletions
+29
-27
app.scss
h/static/styles/app.scss
+12
-0
common.scss
h/static/styles/common.scss
+13
-27
tags-input.scss
h/static/styles/tags-input.scss
+4
-0
No files found.
h/static/styles/app.scss
View file @
a017b11f
...
...
@@ -140,3 +140,15 @@ ol {
display
:
inline
;
}
}
.auth
{
.nav-tabs
{
border
:
1px
none
$gray-lighter
;
border-bottom-style
:
solid
;
padding
:
0
.9em
1em
1
.1em
;
&
>
li
{
a
{
padding-bottom
:
3
/
13
*
1em
;}
}
}
}
h/static/styles/common.scss
View file @
a017b11f
...
...
@@ -334,17 +334,7 @@ h6 {
//TABS////////////////////////////////
.nav-tabs
{
border
:
1px
none
$gray-lighter
;
border-bottom-style
:
solid
;
padding
:
0
.9em
1em
1
.1em
;
&
.nobottomborder
{
border
:
0px
;
padding
:
0px
0px
10px
0
;
&
>
li
{
a
{
padding-bottom
:
1
/
13
*
1em
;}
}
}
padding-bottom
:
10px
;
&
>
li
{
display
:
inline-block
;
...
...
@@ -358,7 +348,7 @@ h6 {
border-bottom
:
3px
solid
transparent
;
padding-left
:
2
/
13
*
1em
;
padding-right
:
2
/
13
*
1em
;
padding-bottom
:
3
/
13
*
1em
;
padding-bottom
:
1
/
13
*
1em
;
}
&
:active
a
{
...
...
@@ -377,7 +367,7 @@ h6 {
&
:before
{
content
:
"/"
;
margin
:
0
1
em
;
margin
:
0
.75
em
;
}
&
:first-child:before
{
...
...
@@ -451,7 +441,6 @@ h6 {
}
.body
{
position
:
relative
;
div
{
clear
:
both
;
...
...
@@ -475,23 +464,11 @@ h6 {
}
}
.icon-markdownhelp
{
&
:before
{
content
:
"\e60e"
;
}
color
:
$gray-light
;
position
:
absolute
;
float
:
right
;
right
:
20px
;
bottom
:
3px
;
font-size
:
16px
;
}
textarea
{
min-height
:
8em
;
width
:
100%
;
resize
:
vertical
;
}
}
}
.buttonbar
{
...
...
@@ -524,6 +501,15 @@ h6 {
}
}
.icon-markdown
{
color
:
$gray-lighter
;
font-size
:
16px
;
position
:
absolute
;
top
:
1px
;
left
:
117px
;
}
//MAGICONTROL////////////////////////////////
.magicontrol
{
@include
transition
(
opacity
);
...
...
h/static/styles/tags-input.scss
View file @
a017b11f
...
...
@@ -95,5 +95,9 @@ tags-input {
}
}
}
&
.tag-preview
{
margin
:
10px
0
;
}
}
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