From a1041a53f705e81a727eb8506a580bb0d0161af7 Mon Sep 17 00:00:00 2001 From: brunoccast Date: Sun, 9 Jun 2019 18:01:55 +0100 Subject: [PATCH] [THEME] Fix OpenID settings styles - Action buttons are now side-by-side - Dropped unused style rule concerning the solo-positioning of the Remove button - Bump GS patch version --- lib/framework.php | 2 +- locale/statusnet.pot | 2 +- theme/base/css/display.css | 11 ++++------- 3 files changed, 6 insertions(+), 9 deletions(-) diff --git a/lib/framework.php b/lib/framework.php index 4824c5d5d4..0d6a2c44c2 100644 --- a/lib/framework.php +++ b/lib/framework.php @@ -22,7 +22,7 @@ if (!defined('GNUSOCIAL')) { exit(1); } define('GNUSOCIAL_ENGINE', 'GNU social'); define('GNUSOCIAL_ENGINE_URL', 'https://www.gnu.org/software/social/'); -define('GNUSOCIAL_BASE_VERSION', '1.19.3'); +define('GNUSOCIAL_BASE_VERSION', '1.19.4'); define('GNUSOCIAL_LIFECYCLE', 'rc0'); // 'dev', 'alpha[0-9]+', 'beta[0-9]+', 'rc[0-9]+', 'release' define('GNUSOCIAL_VERSION', GNUSOCIAL_BASE_VERSION . '-' . GNUSOCIAL_LIFECYCLE); diff --git a/locale/statusnet.pot b/locale/statusnet.pot index 1352a7b365..7c340c9394 100644 --- a/locale/statusnet.pot +++ b/locale/statusnet.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-06-08 18:20+0100\n" +"POT-Creation-Date: 2019-06-09 18:01+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/theme/base/css/display.css b/theme/base/css/display.css index 9fee33c895..b84ae42768 100644 --- a/theme/base/css/display.css +++ b/theme/base/css/display.css @@ -1360,15 +1360,12 @@ form label.submit { } .form_settings input.sync { - margin-left: 11px; + margin-left: 3px; } -.form_settings input.remove { - margin-left: 11px; -} - -.form_settings .element_actions { - margin-left: 11px; +.form_settings .element_actions input[type=submit] { + padding: 0px 4px; + margin: 3px; } .form_settings .form_data li {