mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-21 21:35:16 +02:00
Added a modal lightbox-image directive.
Added a fallback-image directive. Added the Device Photo on the Info tab.
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
//require('angular-dialog-service/dialogs')
|
||||
//require('angular-dialog-service/dialogs.css')
|
||||
require('./modals.css')
|
||||
|
||||
module.exports = angular.module('stf.modals.common', [
|
||||
|
||||
@@ -26,3 +26,8 @@
|
||||
.stf-modal .dialog-header-confirm h4 {
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
.modal-size-xl .modal-dialog {
|
||||
width: 860px;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user