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
31af63a9
Commit
31af63a9
authored
Oct 12, 2012
by
Jehan Tremback
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
new toolbar css
parent
2e3c3db7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
28 additions
and
18 deletions
+28
-18
app.scss
h/sass/app.scss
+28
-18
No files found.
h/sass/app.scss
View file @
31af63a9
...
...
@@ -222,52 +222,62 @@ svg { -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }
text-align
:
right
;
}
//H BAR
//TOOL BAR
#toolbar
{
@include
pie-clearfix
;
@include
smallshadow
;
background
:
white
;
border
:
1px
solid
$grayLighter
;
border-right
:
0
;
border-top-left-radius
:
4px
;
border-bottom-left-radius
:
4px
;
l
ine-height
:
1
.2
;
l
eft
:
1px
;
margin-top
:
.5em
;
padding
:
.3em
;
padding-right
:
1em
;
position
:
absolute
;
width
:
100%
;
z-index
:
5
;
&
>
*
{
display
:
inline-block
;
vertical-align
:
bottom
;
}
-webkit-box-sizing
:
content-box
;
-moz-box-sizing
:
content-box
;
box-sizing
:
content-box
;
.tri
{
@include
icon
(
"tri-left.png"
);
width
:
1
.2em
;
height
:
1
.2em
;
float
:
left
;
display
:
inline-block
;
width
:
1
.5em
;
height
:
1
.5em
;
cursor
:
pointer
;
}
&
.shown
{
.tri
{
@include
icon
(
"tri-right.png"
);
margin-right
:
.7em
;
}
}
.pull-right
{
border-left
:
thin
solid
$grayLighter
;
.tinyman
{
float
:
right
;
display
:
inline-block
;
height
:
1
.5em
;
margin-right
:
1em
;
border-left
:
1px
solid
$grayLighter
;
padding-left
:
.3em
;
}
#persona
{
span
{
@extend
.btn-link
;
opacity
:
.5
;
img
{
height
:
98%
;
border-radius
:
2px
;
}
a
{
vertical-align
:
top
;
@include
linkbutton_right
;
background-image
:
url("../images/dropdown_1.png")
;
}
}
}
#wrapper
{
height
:
100%
;
overflow
:
auto
;
...
...
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