ソースを参照

organizations links

alexlcdee 8 年 前
コミット
065e764700

+ 3 - 0
app/assets/styles/content/centerbar/organization.scss

@@ -143,6 +143,9 @@ $organizationMediaSelector: 'organization-media';
             color: #004d7b;
             text-decoration: none;
             display: block;
+            text-overflow: ellipsis;
+            white-space: nowrap;
+            overflow: hidden;
         }
 
         &-workmode {

+ 5 - 1
app/www/css/all.css

@@ -3107,7 +3107,11 @@ body {
   background: url(../img/icon_contact_02.png) no-repeat left center;
   color: #004d7b;
   text-decoration: none;
-  display: block; }
+    display: block;
+    text-overflow: ellipsis;
+    white-space: nowrap;
+    overflow: hidden;
+}
 
 .organization-info__contacts-workmode {
   font-family: "cuprum", Impact, "Charcoal CY", sans-serif;

ファイルの差分が大きいため隠しています
+ 0 - 0
app/www/css/all.css.map


ファイルの差分が大きいため隠しています
+ 0 - 0
app/www/css/all.min.css


この差分においてかなりの量のファイルが変更されているため、一部のファイルを表示していません