From: Guillaume Pellerin Date: Wed, 13 Apr 2016 14:06:43 +0000 (+0200) Subject: use django-bootstrap3 css plus patches X-Git-Tag: 1.6.1~1^2~2 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=db09604dc26001edbbd4649b5377b3058662ab52;p=telemeta.git use django-bootstrap3 css plus patches --- diff --git a/telemeta/static/telemeta/css/bootstrap.css b/telemeta/static/telemeta/css/bootstrap.css index b4695123..8988a0f7 100644 --- a/telemeta/static/telemeta/css/bootstrap.css +++ b/telemeta/static/telemeta/css/bootstrap.css @@ -299,6 +299,9 @@ th { .glyphicon-pencil:before { content: "\270f"; } +.glyphicon-copy:before { + content: "\e205"; +} .glyphicon-glass:before { content: "\e001"; } diff --git a/telemeta/static/telemeta/css/telemeta-more.css b/telemeta/static/telemeta/css/telemeta-more.css new file mode 100644 index 00000000..0362b380 --- /dev/null +++ b/telemeta/static/telemeta/css/telemeta-more.css @@ -0,0 +1,22 @@ +a, a:visited { + color: #BB0000; + text-decoration:none; +} +a:hover { + background-color: transparent; + color: #BB0000; + text-decoration: underline; +} + +.pagination > .active > a, +.pagination > .active > span, +.pagination > .active > a:hover, +.pagination > .active > span:hover, +.pagination > .active > a:focus, +.pagination > .active > span:focus { + z-index: 2; + color: #fff; + cursor: default; + background-color: #6a0307; + border-color: #6a0307; +} diff --git a/telemeta/templates/telemeta/base.html b/telemeta/templates/telemeta/base.html index 69397cc3..3db1eba3 100644 --- a/telemeta/templates/telemeta/base.html +++ b/telemeta/templates/telemeta/base.html @@ -32,7 +32,8 @@ {% block stylesheets %} - + +