Skip to content

Commit

Permalink
full update icons.less
Browse files Browse the repository at this point in the history
  • Loading branch information
olton committed Nov 5, 2012
1 parent 113140c commit 2bb56bd
Show file tree
Hide file tree
Showing 29 changed files with 5,393 additions and 3,817 deletions.
Binary file added fonts/iconFont.eot
Binary file not shown.
1,956 changes: 1,956 additions & 0 deletions fonts/iconFont.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added fonts/iconFont.ttf
Binary file not shown.
Binary file added fonts/iconFont.woff
Binary file not shown.
10 changes: 10 additions & 0 deletions fonts/license.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
Icon Set: Broccolidry -- http://dribbble.com/shots/587469-Free-16px-Broccolidryiconsaniconsetitisfullof-icons
License: Aribitrary -- http://licence.visualidiot.com/


Icon Set: Meteocons -- http://www.alessioatzeni.com/meteocons/
License: Arbitrary -- http://www.alessioatzeni.com/meteocons/#about


Icon Set: IcoMoon - Free -- http://keyamoon.com/icomoon/
License: CC BY-SA 3.0 -- http://creativecommons.org/licenses/by-sa/3.0/
12 changes: 3 additions & 9 deletions less/buttons.less
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@

button, .button {
#font > .control;
min-width: 90px;
min-height: 32px;
height: 32px;
background-color: #ccc;
border: 1px transparent solid;
Expand Down Expand Up @@ -87,13 +89,10 @@ button, .button {
}

button, .button, .tool-button {
[class*=icon-] {
background-size: cover;
zoom: 1;
}

&.mini {
min-height: 24px;
min-width: 24px;
height: 26px;
font-size: .8em;

Expand All @@ -116,7 +115,6 @@ button, .button, .tool-button {
.tool-button {
[class*=icon-] {
margin-top: 2px !important;
margin-left: 7px !important;
}

&.mini {
Expand Down Expand Up @@ -175,10 +173,6 @@ button, .button, .tool-button {
top: 8px;
left: 8px;
}

[class*=icon-] {
margin-left: 8px;
}
}

.toolbar {
Expand Down
Loading

0 comments on commit 2bb56bd

Please sign in to comment.