Skip to content

Commit

Permalink
Style: Remove bullseye img and realign text
Browse files Browse the repository at this point in the history
Fixes gh-223
Closes gh-224
  • Loading branch information
cgack committed Nov 4, 2015
1 parent 73efc1c commit 7f8ea01
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
3 changes: 2 additions & 1 deletion css/tr.layout.css
Original file line number Diff line number Diff line change
Expand Up @@ -78,13 +78,15 @@ h2{

.ui-dialog .ui-dialog-buttonpane #colors{
margin: 10px -5px 0 0;
padding-left: 27px;
}

.ui-dialog .ui-dialog-buttonpane p{
width: 400px;
float: left;
font-size: 14px;
margin-top: 3px;
padding-left: 27px;
}

.ui-dialog ul li{
Expand Down Expand Up @@ -288,7 +290,6 @@ h2{

#sliders{
margin-top: 15px;
padding: 0 10px;
}

#sliders span{
Expand Down
5 changes: 0 additions & 5 deletions index.php
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@
<textarea id="load-css"></textarea>
<div class="buttonpane">

<img src="images/target_big.png" alt=" "/>
<p>
Copy and paste the contents of any uncompressed
jQuery Mobile theme file to load it in for editing.
Expand Down Expand Up @@ -135,7 +134,6 @@
</pre>
<div class="buttonpane">
<div class="separator"></div>
<img src="images/target_big.png" alt=" "/>
<p>
Tip: To edit your theme later, use the import feature to paste in the uncompressed theme file
</p>
Expand All @@ -157,7 +155,6 @@
</div>
<div class="buttonpane">
<div class="separator"></div>
<img src="images/target_big.png" alt=" "/>
<p>
Important note: We can only store this theme URL on the server for 30 days, then it will be deleted.
Download a theme to keep a copy safe that you can import later.
Expand Down Expand Up @@ -201,7 +198,6 @@

<div class="buttonpane">
<div class="separator"></div>
<img src="images/target_big.png" alt=" "/>
<p>
&nbsp;&nbsp;
</p>
Expand Down Expand Up @@ -333,7 +329,6 @@
<div class="color-drag" style="background-color: #603813"></div>
</div>
<div id="sliders">
<img src="images/target.png" alt=" "/>
<span>LIGHTNESS</span><div id="lightness_slider"></div>
<span>SATURATION</span><div id="saturation_slider"></div>
</div>
Expand Down

0 comments on commit 7f8ea01

Please sign in to comment.