From 0f99273cff78217d8c8cd0c0b924dcfd2e0ec8a4 Mon Sep 17 00:00:00 2001 From: Carsten Schmitz Date: Thu, 27 Aug 2015 15:07:31 +0200 Subject: [PATCH] Dev Small style change --- .../update_buttons/_updatesavailable.php | 47 ++++++------ .../updater/steps/_check_local_errors.php | 72 +++++++++---------- .../admin/update/updater/welcome/_welcome.php | 30 ++++---- styles/gringegreen/adminstyle.css | 46 +++++++----- 4 files changed, 105 insertions(+), 90 deletions(-) diff --git a/application/views/admin/update/check_updates/update_buttons/_updatesavailable.php b/application/views/admin/update/check_updates/update_buttons/_updatesavailable.php index 6d8f3ffefc7..ca2fb692d15 100644 --- a/application/views/admin/update/check_updates/update_buttons/_updatesavailable.php +++ b/application/views/admin/update/check_updates/update_buttons/_updatesavailable.php @@ -1,23 +1,26 @@ - - - - - +
+ + +html)) { if($updateInfos->html != "") echo ''; - + // And we unset this html message for the loop on update versions don't crush on it unset($updateInfos->html); } @@ -30,7 +33,7 @@ @@ -39,24 +42,26 @@ 'launchUpdateForm')); ?> - - + + "ajax_button launch_update ui-button ui-widget ui-state-default ui-corner-all",)); ?> - - - - + + + + - + - - + +
+
'.$updateInfos->html.'
()
+ + diff --git a/application/views/admin/update/updater/steps/_check_local_errors.php b/application/views/admin/update/updater/steps/_check_local_errors.php index 66d05cd3e73..ba38d2f66d5 100644 --- a/application/views/admin/update/updater/steps/_check_local_errors.php +++ b/application/views/admin/update/updater/steps/_check_local_errors.php @@ -1,21 +1,21 @@ - -createUrl("admin/globalsettings", array("update"=>'checkLocalErrors', 'destinationBuild' => $destinationBuild, 'access_token' => $access_token)); - $errors = FALSE; + $errors = FALSE; ?>

-html) ) echo $localChecks->html; ?> @@ -23,41 +23,41 @@ @@ -101,7 +101,7 @@

- getController()->createUrl("admin/update/sa/changeLog/"); @@ -111,30 +111,30 @@ } ?> -

+

" role="button" aria-disabled="false"> - + - 'Ignorestep1launch', "class"=>"ui-button ui-widget ui-state-default ui-corner-all")); - ?> + 'Ignorestep1launch', "class"=>"ui-button ui-widget ui-state-default ui-corner-all")); + ?>

+?>

- getController()->createUrl("admin/update/sa/changeLog/"); echo CHtml::beginForm($formUrl, 'post', array("id"=>"launchChangeLogForm")); echo CHtml::hiddenField('destinationBuild' , $destinationBuild); @@ -142,12 +142,12 @@ ?> " role="button" aria-disabled="false"> - - - 'step1launch', "class"=>"ui-button ui-widget ui-state-default ui-corner-all")); - echo CHtml::endForm(); - ?> + + + 'step1launch', "class"=>"ui-button ui-widget ui-state-default ui-corner-all")); + echo CHtml::endForm(); + ?>

@@ -155,5 +155,5 @@ \ No newline at end of file diff --git a/application/views/admin/update/updater/welcome/_welcome.php b/application/views/admin/update/updater/welcome/_welcome.php index ef96b8b21e9..b04da7c975d 100644 --- a/application/views/admin/update/updater/welcome/_welcome.php +++ b/application/views/admin/update/updater/welcome/_welcome.php @@ -1,9 +1,9 @@ - @@ -11,28 +11,28 @@

title);?>

-html) ) echo $serverAnswer->html; ?>
-
'; - echo ''; ?> - +
createUrl("admin/update/sa/checkLocalErrors"); ?> 'launchCheckLocalErrorsForm')); ?> destinationBuild); ?> - access_token); ?> + access_token); ?> " role="button" aria-disabled="false"> @@ -58,7 +58,7 @@ - + @@ -68,5 +68,5 @@ \ No newline at end of file diff --git a/styles/gringegreen/adminstyle.css b/styles/gringegreen/adminstyle.css index ee4b3e7db7d..2e431e9ee9e 100644 --- a/styles/gringegreen/adminstyle.css +++ b/styles/gringegreen/adminstyle.css @@ -1452,36 +1452,46 @@ label, legend { } #updaterContent{ - width: 890px; + width: 890px; float: left; } #progressContainer{ - width: 220px; + width: 220px; float: left; } #welcomeMessageContainer{ - width: 410px; - float: left; - border-right:1px solid #EEE; + width: 510px; + float: left; + border-right:1px solid #EEE; + padding-top:1em; +} + +#welcomeMessageContainer p{ + text-align:left; +} + +#welcomeMessageContainer li{ + list-style-type:square; + overflow:visible; } #welcomeMessageContainerButtons{ - float: left; + float: left; } #keyInfos{ - width: 420px; - float: left; - padding-left: 20px; + width: 320px; + float: left; + padding-left: 20px; background-color: #fff; } #keyInfosbuttons{ - float: right; - clear: both; - padding-top: 100px; + float: right; + clear: both; + padding-top: 100px; } .checkLine{ @@ -1493,9 +1503,9 @@ label, legend { } #ajaxupdaterLayoutLoading{ - text-align : center; - margin-top: 200px; - margin-bottom: 200px; + text-align : center; + margin-top: 200px; + margin-bottom: 200px; display: none; } @@ -1504,9 +1514,9 @@ label, legend { } #ajaxContainerLoading{ - text-align : center; - margin-top: 70px; - margin-bottom: 100px; + text-align : center; + margin-top: 70px; + margin-bottom: 100px; display: none; }