瀏覽代碼

organizations links

alexlcdee 8 年之前
父節點
當前提交
065e764700
共有 4 個文件被更改,包括 8 次插入1 次删除
  1. 3 0
      app/assets/styles/content/centerbar/organization.scss
  2. 5 1
      app/www/css/all.css
  3. 0 0
      app/www/css/all.css.map
  4. 0 0
      app/www/css/all.min.css

+ 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


部分文件因文件數量過多而無法顯示