Skip to content

Commit

Permalink
поправил css
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitriitux committed Aug 31, 2022
1 parent 575a844 commit 2bd4b7a
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 6 deletions.
9 changes: 9 additions & 0 deletions media/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,7 @@

.radicalinstaller-group-header h3 {
font-size: 24px;
margin-top: 0;
margin-bottom: 0;
}

Expand Down Expand Up @@ -309,6 +310,14 @@
color: #1f374f !important;
}

.radicalinstaller-project-card-version .value-arrow {
display: flex;
justify-items: center;
justify-content: center;
align-items: center;
align-content: center;
}

.radicalinstaller-project-card-actions {
margin-top: 10px;
}
Expand Down
18 changes: 15 additions & 3 deletions media/img/sprite.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions media/js/ui.js
Original file line number Diff line number Diff line change
Expand Up @@ -580,7 +580,7 @@ window.RadicalInstallerUI = {
.add('span', {class: 'radicalinstaller-margin-right-xsmall'}, RadicalInstallerLangs.version)
.add('span', {class: 'value'}, version)
.add('span', {class: 'value-arrow ri-hidden'}, RadicalInstallerUI.renderIcon({
name: 'ri-right',
name: 'ri-arrow-right',
size: 17
}))
.add('span', {class: 'value-last ri-hidden'}, version_last)
Expand All @@ -590,7 +590,7 @@ window.RadicalInstallerUI = {
.add('span', {class: 'radicalinstaller-margin-right-xsmall'}, RadicalInstallerLangs.version)
.add('span', {class: 'value'}, version)
.add('span', {class: 'value-arrow ri-hidden'}, RadicalInstallerUI.renderIcon({
name: 'ri-right',
name: 'ri-arrow-right',
size: 17
}))
.add('span', {class: 'value-last ri-hidden'}, version_last)
Expand Down
2 changes: 1 addition & 1 deletion radicalinstaller.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<license>GNU General Public License version 3; see LICENSE.txt</license>
<authorEmail>cymbal@delo-design.ru</authorEmail>
<authorUrl>https://delo-design.ru</authorUrl>
<version>1.3.1</version>
<version>1.3.2</version>
<description>PLG_INSTALLER_RADICALINSTALLER_PLUGIN_XML_DESCRIPTION</description>
<scriptfile>script.php</scriptfile>

Expand Down

0 comments on commit 2bd4b7a

Please sign in to comment.