| 1 |
.photonic-widget input[type="text"] { width: 100%; } |
| 2 |
.photonic-source { text-align: center; } |
| 3 |
|
| 4 |
.photonic-widget a.photonic-wizard { width: 120px; height: 120px; display: inline-block; border: 1px dotted #ccc; background: url(../../images/Admin.svg) no-repeat; background-size: 100%; margin: 0 auto; box-sizing: content-box; } |
| 5 |
.photonic-widget a.photonic-wizard.photonic { background-position: 0 -2760px; } |
| 6 |
.photonic-widget a.photonic-wizard.flickr { background-position: 0 -120px; } |
| 7 |
.photonic-widget a.photonic-wizard.smugmug { background-position: 0 -360px; } |
| 8 |
.photonic-widget a.photonic-wizard.google { background-position: 0 -840px; } |
| 9 |
.photonic-widget a.photonic-wizard.zenfolio { background-position: 0 -480px; } |
| 10 |
.photonic-widget a.photonic-wizard.instagram { background-position: 0 -240px; } |
| 11 |
|
| 12 |
.photonic-shortcode-display { margin-bottom: 1em; } |
| 13 |
.photonic-shortcode-display code { line-height: 1.6em; } |
| 14 |
|