summaryrefslogtreecommitdiff
path: root/themes/admin_wind
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2010-07-20 12:45:04 -0700
committerBharat Mediratta <bharat@menalto.com>2010-07-20 12:45:04 -0700
commit6899af367b7766a6c7afa0f3e551b8d82230fd3f (patch)
tree0deaf12b3a857bf9f3894df7742aa869f41c48d6 /themes/admin_wind
parent9db310186a276f4cd2d07534a7184a801ae4f167 (diff)
Cleanup on the Admin > Languages page.
Hide the fieldset and legend in the theme, since they don't add any value. Change l10n_client::_server_url() to use the short style GMC urls and make the API a little tighter.
Diffstat (limited to 'themes/admin_wind')
-rw-r--r--themes/admin_wind/css/screen.css11
1 files changed, 11 insertions, 0 deletions
diff --git a/themes/admin_wind/css/screen.css b/themes/admin_wind/css/screen.css
index 937c4d15..2ea60402 100644
--- a/themes/admin_wind/css/screen.css
+++ b/themes/admin_wind/css/screen.css
@@ -419,6 +419,17 @@ th {
color: #FF0000 !important;
}
+/* Language options ~~~~~~~~~~~~~~~~~~~~~~~~ */
+#g-share-translations-form fieldset {
+ border: 0px;
+ margin: 0px;
+ padding: 0px;
+}
+
+#g-share-translations-form fieldset legend {
+ display: none;
+}
+
/** *******************************************************************
* 5) Navigation and menus
*********************************************************************/