ajax: fetch the UI theme online, do not distribute it

* wrap/python/ajax/css/ui-lightness/: Delete.
* wrap/python/ajax/Makefile.am: Adjust.
* wrap/python/ajax/trans.html: Fetch the UI theme from Google's CDN.
* wrap/python/ajax/css/trans.css: Add the tweaks locally.
This commit is contained in:
Alexandre Duret-Lutz 2015-06-17 22:34:31 +02:00
parent 286775ee68
commit 673eb44d8f
18 changed files with 9 additions and 601 deletions

View file

@ -1,4 +1,3 @@
html {overflow-y:scroll;}
.ltl2tgba .ui-widget {
@ -74,6 +73,7 @@ table.ltltable
.ltl2tgba div.ui-widget-content {
padding: 3px;
margin: 2px 0px;
background: #eeeeee;
}
.ltl2tgba h3 {
@ -134,3 +134,6 @@ table.ltltable
#ltl3ba-tab {
margin-left: 1em;
}
.ui-button-text-only .ui-button-text { padding: .1em .3em; }
.ui-tabs .ui-tabs-nav li a { float: left; padding: .1em .3em; text-decoration: none; }