- Timestamp:
- Nov 14, 2011, 6:08:39 PM (9 years ago)
- Branches:
- ng_0.9
- Children:
- c0a8de
- Parents:
- 67fe6b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
skin/v_identity.css
r67fe6b r021dbf 310 310 311 311 #vINotification { 312 -moz-binding: url("chrome:// v_identity/content/notificationbar/vI_notificationBar.xml#vI_notificationbox");312 -moz-binding: url("chrome://global/content/bindings/notification.xml#notificationbox"); 313 313 -moz-box-orient: vertical; 314 314 overflow: hidden; … … 316 316 317 317 #vINotification notification { 318 -moz-binding: url("chrome:// v_identity/content/notificationbar/vI_notificationBar.xml#vI_notification");318 -moz-binding: url("chrome://global/content/bindings/notification.xml#notification"); 319 319 } 320 320 … … 324 324 } 325 325 326 #vIDebugBox { 327 -moz-binding: url("chrome://v_identity/content/bindings/vI_debugBox.xml#vI_debugBox"); 328 } 329 326 330 #vIDebugBox, #vIErrorBox{ 327 328 329 331 overflow: auto; 332 font-size: x-small; 333 height: 10em; 330 334 } 331 335 332 336 .identity_clone-menulist { 333 -moz-binding: url( chrome://v_identity/content/bindings/v_identity.xml#fromMenuList_clone);337 -moz-binding: url("chrome://v_identity/content/bindings/v_identity.xml#fromMenuList_clone"); 334 338 -moz-appearance: textfield; 335 339 margin: 2px 4px;
Note: See TracChangeset
for help on using the changeset viewer.