Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/MobileMessaging/stylesheets/MobileMessagingSettings.less')
-rw-r--r--plugins/MobileMessaging/stylesheets/MobileMessagingSettings.less39
1 files changed, 39 insertions, 0 deletions
diff --git a/plugins/MobileMessaging/stylesheets/MobileMessagingSettings.less b/plugins/MobileMessaging/stylesheets/MobileMessagingSettings.less
index 028c8fa804..a8788228e7 100644
--- a/plugins/MobileMessaging/stylesheets/MobileMessagingSettings.less
+++ b/plugins/MobileMessaging/stylesheets/MobileMessagingSettings.less
@@ -2,6 +2,14 @@
list-style: circle;
margin-left: 17px;
line-height: 1.5em;
+
+ li {
+ list-style-type: disc;
+ }
+}
+
+#suspiciousPhoneNumber {
+ clear:left;
}
.providerDescription {
@@ -10,4 +18,35 @@
margin-left: 24px;
padding: 11px;
width: 600px;
+ margin-top: 32px;
+}
+
+.manageMobileMessagingSettings {
+ .form-group.row .row {
+ margin: 0;
+ }
+}
+
+.addPhoneNumber {
+
+ .countryCode {
+ width:120px;
+ height:80px;
+ position: relative;
+
+ .countryCodeSymbol {
+ position: absolute;
+ top: 32px;
+ left: -4px;
+ }
+ }
+ .phoneNumber {
+ width:180px;
+ height:80px;
+ }
+ .addNumber {
+ width:90px;
+ height:80px;
+ }
+
} \ No newline at end of file