Path: blob/master/webroot/rsrc/css/application/pholio/pholio-edit.css
12242 views
/**1* @provides pholio-edit-css2*/34.pholio-uploaded-image {5position: relative;6overflow: hidden;78/* When we activate the image control to show that we're going to replace9it on drag-and-drop, this gives us a border which looks good without10crowding anything or leaving elements misaligned. */11border: 1px solid transparent;12margin: -4px -4px 12px;13padding: 4px;14}1516.pholio-thumb-box {17margin: 2px 0;18float: left;19background: {$lightgreybackground};20border: 1px solid {$lightgreyborder};21border-radius: 3px;22width: 296px;23overflow: hidden;24}2526.device .pholio-thumb-box {27width: 100%;28}2930.device-desktop .pholio-thumb-box {31/* Provide room for the draggable grip. */32margin-left: 12px;33}3435.device .pholio-thumb-box {36float: none;37margin: 0 auto;38}3940.pholio-thumb-img {41max-width: 280px;42max-height: 210px;43padding: 8px;44}4546.pholio-uploaded-image .pholio-thumb-img {47cursor: pointer;48}4950.pholio-thumb-frame {51background: url('/rsrc/image/checker_lighter.png');52}5354.device .pholio-thumb-frame {55width: 100%;56}5758.pholio-thumb-title {59padding: 4px 8px;60font-weight: bold;61color: {$darkgreytext};62overflow: hidden;63border-bottom: 1px solid #d7d7d7;64}6566.pholio-thumb-name {67line-height: 24px;68margin-right: 48px;69white-space: nowrap;70overflow: hidden;71text-overflow: ellipsis;72}7374.pholio-thumb-title .button {75float: right;76}7778.pholio-image-details {79margin-left: 324px;80}8182.device .pholio-image-details {83margin-left: 0;84clear: both;85}8687.pholio-uploaded-image .pholio-image-details .aphront-form-control {88padding: 0;89margin: 0 0 8px 0;90overflow: hidden;91}9293.pholio-uploaded-image .pholio-image-details .aphront-form-label,94.pholio-uploaded-image .pholio-image-details .aphront-form-input {95display: block;96width: auto;97text-align: left;98padding: 0;99margin: 0;100clear: both;101}102103.pholio-uploaded-image .pholio-image-details .aphront-form-label {104margin: 0 0 4px 0;105}106107.pholio-edit-drop {108display: block;109border-width: 1px;110border-style: dashed;111border-color: {$lightgreytext};112text-align: center;113padding: 16px;114color: {$greytext};115}116117.pholio-uploaded-image.pholio-drop-active,118.pholio-edit-drop.pholio-drop-active {119border-style: solid;120border-color: {$green};121background-color: {$lightgreen};122}123124.pholio-replacing {125opacity: 0.5;126border-color: {$green};127background-color: {$lightgreen};128}129130.pholio-drop-uploading {131padding: 24px;132text-align: center;133border: 1px solid #bbbbbb;134background: #fcfcfc;135color: {$greytext};136margin-bottom: 12px;137}138139.pholio-drop-undo {140padding: 8px;141margin-bottom: 12px;142text-align: center;143color: #333333;144border: 1px solid {$yellow};145background-color: {$lightyellow};146}147148.pholio-drop-undo a {149font-weight: bold;150}151152.pholio-drag-handle {153position: absolute;154height: 100%;155width: 12px;156cursor: move;157background-image: url(/rsrc/image/texture/grip.png);158background-position: center center;159background-repeat: no-repeat;160}161162.device .pholio-drag-handle {163display: none;164}165166167