Work in progress: AJAXy interface for grabbing feed subscription helper detail forms.

Currently they all show the regular subform. :)
This commit is contained in:
Brion Vibber
2011-01-18 18:01:57 -08:00
parent ade2d04cb3
commit aa901bb61c
5 changed files with 131 additions and 16 deletions

View File

@@ -0,0 +1,17 @@
/* undo insane stuff from core styles */
#add-mirror-wizard img {
display: inline;
}
/* we need #something to override most of the #content crap */
#add-mirror-wizard .provider-list table {
width: 100%;
}
#add-mirror-wizard .provider-heading img {
vertical-align: middle;
}
#add-mirror-wizard .provider-heading {
cursor: pointer;
}