|
|
|
@ -38,7 +38,7 @@ ul ul, ol ol {
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.box ul li {
|
|
|
|
|
background-image: url(<%= App.base_path %>/images/bullet.gif);
|
|
|
|
|
background-image: url(<%= App.base_path %>/assets/bullet.gif);
|
|
|
|
|
background-position: 0px 7px;
|
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
|
padding-left: 15px;
|
|
|
|
@ -126,13 +126,13 @@ body {
|
|
|
|
|
#wrapper {
|
|
|
|
|
margin: 0em -9px;
|
|
|
|
|
padding: 0px 9px;
|
|
|
|
|
background-image: url(<%= App.base_path %>/images/bg_body.png);
|
|
|
|
|
background-image: url(<%= App.base_path %>/assets/bg_body.png);
|
|
|
|
|
background-repeat: repeat-x;
|
|
|
|
|
background-color: #f4f4f4;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#header {
|
|
|
|
|
background-image: url(<%= App.base_path %>/images/header_bg.png);
|
|
|
|
|
background-image: url(<%= App.base_path %>/assets/header_bg.png);
|
|
|
|
|
background-position: top;
|
|
|
|
|
background-repeat: repeat-x;
|
|
|
|
|
color: #eee;
|
|
|
|
@ -287,7 +287,7 @@ body {
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.specialDay {
|
|
|
|
|
background-image: url(<%= App.base_path %>/images/bg_day.gif);
|
|
|
|
|
background-image: url(<%= App.base_path %>/assets/bg_day.gif);
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
@ -449,12 +449,12 @@ h4.title, h1.title {
|
|
|
|
|
line-height: 18px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.repositorio .mime_plain_text { background-image: url(<%= App.base_path %>/images/tango/text-x-generic.png); }
|
|
|
|
|
.repositorio .mime_presentation { background-image: url(<%= App.base_path %>/images/tango/x-office-presentation.png); }
|
|
|
|
|
.repositorio .mime_document { background-image: url(<%= App.base_path %>/images/tango/x-office-document.png); }
|
|
|
|
|
.repositorio .mime_binary { background-image: url(<%= App.base_path %>/images/tango/application-x-executable.png); }
|
|
|
|
|
.repositorio .mime_zip { background-image: url(<%= App.base_path %>/images/tango/package-x-generic.png); }
|
|
|
|
|
.repositorio .mime_folder { background-image: url(<%= App.base_path %>/images/tango/folder.png); }
|
|
|
|
|
.repositorio .mime_plain_text { background-image: url(<%= App.base_path %>/assets/tango/text-x-generic.png); }
|
|
|
|
|
.repositorio .mime_presentation { background-image: url(<%= App.base_path %>/assets/tango/x-office-presentation.png); }
|
|
|
|
|
.repositorio .mime_document { background-image: url(<%= App.base_path %>/assets/tango/x-office-document.png); }
|
|
|
|
|
.repositorio .mime_binary { background-image: url(<%= App.base_path %>/assets/tango/application-x-executable.png); }
|
|
|
|
|
.repositorio .mime_zip { background-image: url(<%= App.base_path %>/assets/tango/package-x-generic.png); }
|
|
|
|
|
.repositorio .mime_folder { background-image: url(<%= App.base_path %>/assets/tango/folder.png); }
|
|
|
|
|
|
|
|
|
|
.spinner {
|
|
|
|
|
float: right;
|
|
|
|
@ -573,7 +573,7 @@ textarea {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#wiki_preview {
|
|
|
|
|
background-image: url(<%= App.base_path %>/images/rascunho.png);
|
|
|
|
|
background-image: url(<%= App.base_path %>/assets/rascunho.png);
|
|
|
|
|
border: 2px solid #e4e4e4;
|
|
|
|
|
padding: 10px;
|
|
|
|
|
overflow: auto;
|