Skip to content

Commit

Permalink
#974 Optimize front-end styles for touch
Browse files Browse the repository at this point in the history
  • Loading branch information
Yannick committed Nov 22, 2014
1 parent 2b59801 commit 7aebaa5
Show file tree
Hide file tree
Showing 8 changed files with 64 additions and 12 deletions.
6 changes: 3 additions & 3 deletions style/Awesome/information.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
<id>awesome</id>
<name>Awesome</name>
<developer>Studio 384</developer>
<date>13 October 2014</date>
<version>3.2.1</version>
<date>23 November 2014</date>
<version>3.2.2</version>
<description>As fancy as can be, Awesome is a style designed to be great and simple. Make it look green, my friend!</description>
<minversion>3.4.1</minversion>
<maxversion>3.5.1</maxversion>
<maxversion>3.5.3</maxversion>
</style>
XML;
?>
13 changes: 13 additions & 0 deletions style/Awesome/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,19 @@ h1, h2, h3, h4, h5, h6 {
padding-bottom: 5px !important;
}

.dropdown-menu {
border-width: 0 1px 1px;
padding: 0;
}

.dropdown-menu .divider {
margin: 0;
}

.dropdown-menu > li > a, .dropdown-header {
padding: 9px 20px;
}

/* Index */
.tclcon {
margin-left: 25px;
Expand Down
6 changes: 3 additions & 3 deletions style/Kind/information.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
<id>kind</id>
<name>Kind</name>
<developer>Studio 384</developer>
<date>13 October 2014</date>
<version>3.2.1</version>
<date>23 November 2014</date>
<version>3.2.2</version>
<description>As fancy as can be, Awesome is a style designed to be great and simple. Make it look yellow, my friend!</description>
<minversion>3.4.1</minversion>
<maxversion>3.5.1</maxversion>
<maxversion>3.5.3</maxversion>
</style>
XML;
?>
13 changes: 13 additions & 0 deletions style/Kind/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,19 @@ h1, h2, h3, h4, h5, h6 {
padding-bottom: 5px !important;
}

.dropdown-menu {
border-width: 0 1px 1px;
padding: 0;
}

.dropdown-menu .divider {
margin: 0;
}

.dropdown-menu > li > a, .dropdown-header {
padding: 9px 20px;
}

/* Index */
.tclcon {
margin-left: 25px;
Expand Down
6 changes: 3 additions & 3 deletions style/Radical/information.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
<id>radical</id>
<name>Radical</name>
<developer>Studio 384</developer>
<date>13 October 2014</date>
<version>3.2.1</version>
<date>23 November 2014</date>
<version>3.2.2</version>
<description>As fancy as can be, Awesome is a style designed to be great and simple. Make it look red, my friend!</description>
<minversion>3.4.1</minversion>
<maxversion>3.5.1</maxversion>
<maxversion>3.5.3</maxversion>
</style>
XML;
?>
13 changes: 13 additions & 0 deletions style/Radical/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,19 @@ h1, h2, h3, h4, h5, h6 {
padding-bottom: 5px !important;
}

.dropdown-menu {
border-width: 0 1px 1px;
padding: 0;
}

.dropdown-menu .divider {
margin: 0;
}

.dropdown-menu > li > a, .dropdown-header {
padding: 9px 20px;
}

/* Index */
.tclcon {
margin-left: 25px;
Expand Down
6 changes: 3 additions & 3 deletions style/Random/information.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
<id>random</id>
<name>Random</name>
<developer>Studio 384</developer>
<date>13 October 2014</date>
<version>3.2.1</version>
<date>23 November 2014</date>
<version>3.2.2</version>
<description>As fancy as can be, Awesome is a style designed to be great and simple. Make it look blue, my friend!</description>
<minversion>3.4.1</minversion>
<maxversion>3.5.1</maxversion>
<maxversion>3.5.3</maxversion>
</style>
XML;
?>
13 changes: 13 additions & 0 deletions style/Random/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,19 @@ h1, h2, h3, h4, h5, h6 {
padding-bottom: 5px !important;
}

.dropdown-menu {
border-width: 0 1px 1px;
padding: 0;
}

.dropdown-menu .divider {
margin: 0;
}

.dropdown-menu > li > a, .dropdown-header {
padding: 9px 20px;
}

/* Index */
.tclcon {
margin-left: 25px;
Expand Down

0 comments on commit 7aebaa5

Please sign in to comment.