/** * @file styles/controllers/grid/files/icons.less * * Copyright (c) 2013-2017 Simon Fraser University * Copyright (c) 2003-2016 John Willinsky * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING. * * @ingroup pkp_controllers_grid_files * * @brief Icon classes for files grid structure */ .pkp_controllers_grid_files { /* -- Iconography: http://www.jankoatwarpspeed.com/post/2009/09/17/sixpack-status-icons.aspx --*/ .pkp_controllers_grid_files_response pkp_controllers_grid_files_success { background: #daf0da url(../lib/pkp/templates/images/structure/response_success.png); border-top: 1px solid #5abd5a; border-bottom: 1px solid #5abd5a; } .pkp_controllers_grid_files_warning { background: #FFFAE1 url(../lib/pkp/templates/images/structure/response_warning.png); border-top: 1px solid #ffd324; border-bottom: 1px solid #ffd324; background-repeat: no-repeat; } .pkp_controllers_grid_files_error { background: #f8dada url(../lib/pkp/templates/images/structure/response_error.png); border-top: 1px solid #e68080; border-bottom: 1px solid #e68080; } .pkp_controllers_grid_files_forbidden { background: #f8dada url(../lib/pkp/templates/images/structure/response_forbidden.png); border-top: 1px solid #e68080; border-bottom: 1px solid #e68080; } .pkp_controllers_grid_files_information { background: #c9e3f8 url(../lib/pkp/templates/images/structure/response_info.png); border-top: 1px solid #6aa6d6; border-bottom: 1px solid #6aa6d6; } .pkp_controllers_grid_files_help { background: #c9e3f8 url(../lib/pkp/templates/images/structure/response_help.png); border-top: 1px solid #6aa6d6; border-bottom: 1px solid #6aa6d6; } }