From 4987f9396900e80e45d683ac94cddb70ec13720e Mon Sep 17 00:00:00 2001 From: Loic Blot Date: Tue, 6 Jan 2015 16:28:21 +0000 Subject: [PATCH] Add setting button for lang --- css/style.css | 8 ++++++++ templates/main.php | 11 ++++++----- 2 files changed, 14 insertions(+), 5 deletions(-) diff --git a/css/style.css b/css/style.css index cae57ae..2020482 100644 --- a/css/style.css +++ b/css/style.css @@ -133,3 +133,11 @@ background-size: 40px; background-repeat: no-repeat; } + +#app-settings-content .new-button { + width: 32px; + background-size: 16px; + background-position: center; + background-repeat: no-repeat; + height: 34px; +} diff --git a/templates/main.php b/templates/main.php index 9ed3174..c8aceb5 100644 --- a/templates/main.php +++ b/templates/main.php @@ -16,11 +16,12 @@ use \OCA\OcSms\Lib\CountryCodes;
- + +