commit
393790412d
|
@ -1,5 +1,5 @@
|
|||
<?xml version='1.0' encoding='utf-8'?>
|
||||
<widget android-versionCode="39502" id="com.moodle.moodlemobile" ios-CFBundleVersion="3.9.5.2" version="3.9.5" versionCode="39502" xmlns="http://www.w3.org/ns/widgets" xmlns:android="http://schemas.android.com/apk/res/android" xmlns:cdv="http://cordova.apache.org/ns/1.0">
|
||||
<widget android-versionCode="39503" id="com.moodle.moodlemobile" ios-CFBundleVersion="3.9.5.3" version="3.9.5" versionCode="39503" xmlns="http://www.w3.org/ns/widgets" xmlns:android="http://schemas.android.com/apk/res/android" xmlns:cdv="http://cordova.apache.org/ns/1.0">
|
||||
<name>Moodle</name>
|
||||
<description>Moodle official app</description>
|
||||
<author email="mobile@moodle.com" href="http://moodle.com">Moodle Mobile team</author>
|
||||
|
|
|
@ -13,8 +13,8 @@
|
|||
}
|
||||
|
||||
ion-button.button {
|
||||
margin-left: unset;
|
||||
margin-inline-start: 10px;
|
||||
margin-left: 0;
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
.core-search-history {
|
||||
|
@ -34,5 +34,7 @@
|
|||
ion-input {
|
||||
--padding-start: 0;
|
||||
--padding-end: 0;
|
||||
padding-left: 0;
|
||||
padding-right: 0;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -201,6 +201,10 @@ core-format-text {
|
|||
display: inline;
|
||||
}
|
||||
|
||||
ion-header h1 > core-format-text {
|
||||
display: inline;
|
||||
}
|
||||
|
||||
@keyframes loading {
|
||||
0% {
|
||||
left: -45%;
|
||||
|
|
Loading…
Reference in New Issue