mirror of
https://github.com/haiwen/seahub.git
synced 2025-08-01 15:23:05 +00:00
improved ui, deleted sf_font2
This commit is contained in:
parent
37a65f2890
commit
addae79c1d
@ -18,33 +18,6 @@
|
||||
}
|
||||
.sf-icon-share:before { content:"\e001"; }
|
||||
.sf-icon-removeformat:before { content:"\f1e7"; }
|
||||
/****** sf2-icon-xx ********/
|
||||
@font-face {
|
||||
font-family: 'sf-font2';
|
||||
src:url('sf_font2/sf-font2.eot');
|
||||
src:url('sf_font2/sf-font2.eot?#iefix') format('embedded-opentype'),
|
||||
url('sf_font2/sf-font2.ttf') format('truetype'),
|
||||
url('sf_font2/sf-font2.woff') format('woff'),
|
||||
url('sf_font2/sf-font2.svg#sf-font2') format('svg');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
[class^="sf2-icon-"], [class*=" sf2-icon-"] {
|
||||
font-family: 'sf-font2';
|
||||
speak: none;
|
||||
font-style: normal;
|
||||
font-weight: normal;
|
||||
font-variant: normal;
|
||||
text-transform: none;
|
||||
vertical-align:baseline;
|
||||
|
||||
/* Better Font Rendering =========== */
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
}
|
||||
.sf2-icon-archive:before {
|
||||
content: "\e600";
|
||||
}
|
||||
/******* tags **********/
|
||||
html { background:#fff; }
|
||||
body,
|
||||
@ -400,11 +373,11 @@ textarea:-moz-placeholder {/* for FF */
|
||||
.side-tabnav .hd {
|
||||
margin-bottom:0.5em;
|
||||
}
|
||||
.side-tabnav h3.hd {
|
||||
.side-tabnav h3.hd,
|
||||
.side-tabnav .hd h3 {
|
||||
color:#f7941d;
|
||||
}
|
||||
.side-tabnav .hd h3 {
|
||||
color:#f7941d;
|
||||
margin-bottom:0;
|
||||
}
|
||||
.side-tabnav .hd .avatar { /*for 'group'*/
|
||||
@ -420,7 +393,7 @@ textarea:-moz-placeholder {/* for FF */
|
||||
}
|
||||
.side-tabnav-tabs .tab a {
|
||||
display:block;
|
||||
font-size:14px;
|
||||
font-size:15px;
|
||||
padding:5px 4px 5px 47px;
|
||||
color:#333;
|
||||
font-weight:normal;
|
||||
@ -957,7 +930,7 @@ textarea:-moz-placeholder {/* for FF */
|
||||
}
|
||||
#right-panel {
|
||||
float:right;
|
||||
width:700px;
|
||||
width:710px;
|
||||
}
|
||||
#right-panel h3:first-child,
|
||||
#left-panel h3:first-child {
|
||||
@ -2596,7 +2569,7 @@ textarea:-moz-placeholder {/* for FF */
|
||||
vertical-align:top;
|
||||
}
|
||||
.search-input {
|
||||
width:160px;
|
||||
width:155px;
|
||||
outline:0;
|
||||
}
|
||||
.search-form .icon-caret-down {
|
||||
@ -2741,7 +2714,7 @@ textarea:-moz-placeholder {/* for FF */
|
||||
color:#888;
|
||||
}
|
||||
.help-con {
|
||||
padding:0 0 0 60px;
|
||||
padding:0 0 0 30px;
|
||||
}
|
||||
/* wiki index */
|
||||
.wiki-index {
|
||||
|
Binary file not shown.
@ -1,11 +0,0 @@
|
||||
<?xml version="1.0" standalone="no"?>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
|
||||
<svg xmlns="http://www.w3.org/2000/svg">
|
||||
<metadata>Generated by IcoMoon</metadata>
|
||||
<defs>
|
||||
<font id="sf-font2" horiz-adv-x="1024">
|
||||
<font-face units-per-em="1024" ascent="957.44" descent="-66.56" />
|
||||
<missing-glyph horiz-adv-x="1024" />
|
||||
<glyph unicode=" " d="" horiz-adv-x="512" />
|
||||
<glyph unicode="" d="M930.909 19.948c0 0-744.727 0-837.818 0s-93.091 93.091-93.091 93.091v325.818l232.727 418.909h558.545l232.727-418.909c0 0 0-232.727 0-325.818s-93.091-93.091-93.091-93.091zM744.727 764.675h-465.455l-162.909-325.818h209.455c0 0 93.091 0 93.091-93.091v-46.545h186.182v46.545c0 0 0 93.091 93.091 93.091h209.455l-162.909 325.818zM930.909 345.766h-221.51c-6.47-12.241-11.217-26.903-11.217-46.545 0-93.091-93.091-93.091-93.091-93.091h-186.182c0 0-93.091 0-93.091 93.091 0 19.642-4.748 34.304-11.217 46.545h-221.51v-232.727h837.818v232.727zM302.545 578.493h418.909l23.273-46.545h-465.455l23.273 46.545zM349.091 671.584h325.818l23.273-46.545h-372.364l23.273 46.545z" />
|
||||
</font></defs></svg>
|
Before Width: | Height: | Size: 1.1 KiB |
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue
Block a user