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
57b885b1
Commit
57b885b1
authored
Jun 07, 2012
by
Randall Leeds
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
unify inline/top-level editors, add button style
fixes #54
parent
1512a6dc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
2 deletions
+16
-2
app.scss
hypothesis/sass/app.scss
+16
-2
No files found.
hypothesis/sass/app.scss
View file @
57b885b1
...
...
@@ -280,8 +280,12 @@ $threadexp-width: 1em;
z-index
:
1
;
}
&
>
*
{
margin-right
:
.5em
;
}
a
{
text-decoration
:
underli
ne
;
text-decoration
:
no
ne
;
cursor
:
pointer
;
padding-left
:
1
.3em
;
line-height
:
1
.2em
;
...
...
@@ -289,7 +293,6 @@ $threadexp-width: 1em;
background-repeat
:
no-repeat
;
background-position
:
left
center
;
color
:
#666
;
margin
:
.25em
;
&
.hyp-write
{
background-image
:
url("../images/pen_1.png")
;
}
&
.hyp-fave
{
...
...
@@ -437,6 +440,7 @@ $threadexp-width: 1em;
border
:
1px
solid
#999999
;
border-radius
:
3px
;
@include
box-shadow
(
0px
1px
0px
#999999
);
padding
:
0
.5em
;
position
:
relative
;
&
:active
{
top
:
1px
;
...
...
@@ -606,6 +610,16 @@ $threadexp-width: 1em;
margin-top
:
0
.5em
;
}
.hyp-bottombar
{
margin-top
:
0
.8em
;
@include
pie-clearfix
;
.hyp-left
{
float
:
left
;
}
.hyp-right
{
float
:
right
;
}
}
.hyp-scorecontrol
{
display
:
none
;
position
:
absolute
;
...
...
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