Skip to content

Commit

Permalink
dev: installer lost some styling, added a little but can probably be …
Browse files Browse the repository at this point in the history
…improved
  • Loading branch information
mennodekker committed Oct 23, 2012
1 parent a739367 commit 501d7aa
Show file tree
Hide file tree
Showing 9 changed files with 14 additions and 10 deletions.
2 changes: 1 addition & 1 deletion application/views/installer/dbconfig_view.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<div class="grid_4 table">

<p class="title"><?php echo $title; ?></p>
<p class="maintitle"><?php echo $title; ?></p>

<div style="-moz-border-radius:15px; border-radius:15px; " >
<p><?php echo $descp; ?></p>
Expand Down
2 changes: 1 addition & 1 deletion application/views/installer/dbsettings_view.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<div class="grid_4 table">

<p class="title">&nbsp;<?php echo $title; ?></p>
<p class="maintitle">&nbsp;<?php echo $title; ?></p>

<div style="-moz-border-radius:15px; border-radius:15px;" >
<p>&nbsp;<?php echo $descp; ?></p>
Expand Down
2 changes: 1 addition & 1 deletion application/views/installer/license_view.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<div class="grid_4 table">


<p class="title">&nbsp;<?php echo $title; ?></p>
<p class="maintitle">&nbsp;<?php echo $title; ?></p>



Expand Down
2 changes: 1 addition & 1 deletion application/views/installer/optconfig_view.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<div class="grid_4 table">

<p class="title"><?php echo $title; ?></p>
<p class="maintitle"><?php echo $title; ?></p>

<div style="-moz-border-radius:15px; border-radius:15px;" >
<p><?php echo $descp; ?></p>
Expand Down
2 changes: 1 addition & 1 deletion application/views/installer/precheck_view.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ function dirReport($dir, $write, $clang)

<div class="grid_4 table">

<p class="title">&nbsp;<?php echo "$title"; ?></p>
<p class="maintitle">&nbsp;<?php echo "$title"; ?></p>
<div style="-moz-border-radius:15px; border-radius:15px; " >
<p>&nbsp;<?php echo $descp; ?></p>
<hr />
Expand Down
2 changes: 1 addition & 1 deletion application/views/installer/sidebar_view.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*/
?>
<div class="grid_2 table">
<p class="title"><?php $clang->eT("Progress"); ?></p>
<p class="maintitle"><?php $clang->eT("Progress"); ?></p>
<p><?php printf($clang->gT("%s%% completed"),$progressValue); ?></p>
<div style="width: 280px; height: 20px; margin-left: 6px;" id="progressbar"></div>
<br />
Expand Down
2 changes: 1 addition & 1 deletion application/views/installer/success_view.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<div class="grid_4 table">


<p class="title">&nbsp;<?php echo $title; ?></p>
<p class="maintitle">&nbsp;<?php echo $title; ?></p>

<div style="-moz-border-radius:15px; border-radius:15px;" >
<p>&nbsp;<?php echo $descp; ?></p>
Expand Down
2 changes: 1 addition & 1 deletion application/views/installer/welcome_view.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<div class="grid_4 table">

<p class="title"><?php echo $title; ?></p>
<p class="maintitle"><?php echo $title; ?></p>



Expand Down
8 changes: 6 additions & 2 deletions styles/gringegreen/jquery-ui/jquery-ui.css
Original file line number Diff line number Diff line change
Expand Up @@ -1349,7 +1349,7 @@
}

.ui-progressbar .ui-progressbar-value {
margin: -1px;
margin: 0px;
height: 100%;
} /* Resizable
----------------------------------*/
Expand Down Expand Up @@ -1564,4 +1564,8 @@
.ui-tpicker-grid-label { background: none; border: none; margin: 0; padding: 0; }

/* initially hide datepicker */
#ui-datepicker-div { display:none;}
#ui-datepicker-div { display:none;}

.ui-widget-content {
border: 1px solid #8CCE00;
}

2 comments on commit 501d7aa

@Shnoulle
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hello Memno,

I test installation this mornig and seem good (for a table layout).

@c-schmitz
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mennodekker This change is causing all grids and tabs in the admin interface now to have the green line border - which looks kinda ugly. Can you please fix this so that the changes only affect the installer progress bar?

Please sign in to comment.