1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-09-15 18:57:05 +00:00

print view fixed in baggy; print link added; read percent added in default theme; archive and favorite re-factored to be ajax action in article view

This commit is contained in:
Maryana Rozhankivska 2014-04-22 10:45:09 +03:00
parent bfe1ad6dbc
commit c2cf7075c2
13 changed files with 176 additions and 8 deletions

4
themes/default/css/style-default.css Normal file → Executable file
View file

@ -52,4 +52,8 @@ a.link span {
a.bad-display span {
background-image: url('../img/default/bad-display.png');
}
a.print span {
background-image: url('../img/default/print.png');
}

View file

@ -331,7 +331,8 @@ a.email span,
a.delete span,
a.link span,
a.bad-display span,
a.reading-time span {
a.reading-time span,
a.print span {
background-repeat: no-repeat;
}
@ -402,3 +403,13 @@ a#bagit-form-close {
.opacity03 {
/*opacity: 0.3;*/
}
#readLeftPercent {
display: inline-block;
/* Show textual content */
overflow: visible;
text-align: left;
text-indent: 0;
color: black;
width: 50px;
}