mirror of https://github.com/perkeep/perkeep.git
42 lines
811 B
Go
42 lines
811 B
Go
// THIS FILE IS AUTO-GENERATED FROM index.css
|
|
// DO NOT EDIT.
|
|
|
|
package ui
|
|
|
|
import "time"
|
|
|
|
import "camlistore.org/pkg/fileembed"
|
|
|
|
func init() {
|
|
Files.Add("index.css", 375, time.Unix(0, 1356130243000000000), fileembed.String("#toolbar input[type=\"button\"] {\n"+
|
|
" padding: 2px 5px 2px 5px;\n"+
|
|
"}\n"+
|
|
"\n"+
|
|
"#btnList {\n"+
|
|
" margin-right: 0;\n"+
|
|
" border-right: 1px dashed #000;\n"+
|
|
"}\n"+
|
|
"\n"+
|
|
"#btnThumbs {\n"+
|
|
" margin-left: 0;\n"+
|
|
" border-left: 0;\n"+
|
|
"}\n"+
|
|
"\n"+
|
|
"#btnSmaller {\n"+
|
|
" margin-right: 0;\n"+
|
|
" border-right: 1px dashed #000;\n"+
|
|
" width: 2em;\n"+
|
|
"}\n"+
|
|
"\n"+
|
|
"#btnBigger {\n"+
|
|
" margin-left: 0;\n"+
|
|
" border-left: 0;\n"+
|
|
" width: 2em;\n"+
|
|
"}\n"+
|
|
"\n"+
|
|
"#btnSearch {\n"+
|
|
" margin-left: 0;\n"+
|
|
" border-left: 0;\n"+
|
|
"}"))
|
|
}
|