Skip to content

Commit

Permalink
sync to wp svn
Browse files Browse the repository at this point in the history
  • Loading branch information
Pedro de Carvalho committed Jan 21, 2016
1 parent f00978c commit 3e29a46
Show file tree
Hide file tree
Showing 10 changed files with 499 additions and 614 deletions.
21 changes: 16 additions & 5 deletions assets/css/qts-settings.css
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
/*messages*/
.error {color:#cc0000;}

.form-table th {
.settings_page_qtranslate-slug-settings .form-table th {
width: 15%;
min-width: 15% !important;
}

.form-table td > span {
.settings_page_qtranslate-slug-settings .form-table td > span {
display: inline-block;
min-width: 100px;
}

.form-table label {
.settings_page_qtranslate-slug-settings .form-table label {
display: block;
margin-bottom: 8px;
}

.qts-slug {
.settings_page_qtranslate-slug-settings .qts-slug {
width: 35%;
}

Expand All @@ -39,4 +39,15 @@ div.updated.success{

.ko {
color: #c00;
}
}
/* v1.1.18 */
#edittag #qts_term_slugs { display: none; }
.term-slug-wrap .qts_term_block input {
width: 86.5%;
}

.qts_term_block label {
display: inline-block;
min-width: 120px;
}

2 changes: 1 addition & 1 deletion includes/class-qtranslate-slug-widget.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ class QtranslateSlugWidget extends WP_Widget {

function QtranslateSlugWidget() {
$widget_ops = array('classname' => 'qts_widget', 'description' => __('Allows your visitors to choose a Language.','qts') );
parent::__construct('qtranslateslug', __('Language selector', 'qts'), $widget_ops);
parent::__construct('qtranslateslug', __('Language selector (QTS)', 'qts'), $widget_ops);
}

function widget($args, $instance) {
Expand Down
Loading

0 comments on commit 3e29a46

Please sign in to comment.