Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
F
flot
Project
Project
Details
Activity
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
HS-public
flot
Commits
ab7eb27c
Commit
ab7eb27c
authored
Jan 26, 2013
by
David Schnur
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Flatten pie button styles so they fit in better.
parent
cf9cb429
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
2 deletions
+12
-2
index.html
examples/series-pie/index.html
+12
-2
No files found.
examples/series-pie/index.html
View file @
ab7eb27c
...
...
@@ -27,8 +27,18 @@
#menu
button
{
display
:
inline-block
;
width
:
200px
;
margin-bottom
:
5px
;
padding
:
3px
0
2px
0
;
margin-bottom
:
4px
;
background
:
#eee
;
border
:
1px
solid
#999
;
border-radius
:
2px
;
font-size
:
16px
;
-o-box-shadow
:
0
1px
2px
rgba
(
0
,
0
,
0
,
0.15
);
-ms-box-shadow
:
0
1px
2px
rgba
(
0
,
0
,
0
,
0.15
);
-moz-box-shadow
:
0
1px
2px
rgba
(
0
,
0
,
0
,
0.15
);
-webkit-box-shadow
:
0
1px
2px
rgba
(
0
,
0
,
0
,
0.15
);
box-shadow
:
0
1px
2px
rgba
(
0
,
0
,
0
,
0.15
);
cursor
:
pointer
;
}
#description
{
...
...
@@ -41,7 +51,7 @@
padding
:
15px
;
margin
:
10px
auto
;
border
:
1px
dashed
#999
;
background-color
:
#
eee
;
background-color
:
#
f8f8f8
;
font-size
:
16px
;
line-height
:
20px
;
color
:
#666
;
...
...
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